Glpk.js is currently copied in the source folder, in src/util/glpk.js.
Instead, it should be added in package.json as a dependency:
https://www.npmjs.com/package/glpk.js
This should let you upgrade to a newer version of Glpk.js (3.0.0), which uses WebAssembly instead of pure JS. This should help reduce the size of the Webpack bundle.
Glpk.js is currently copied in the source folder, in
src/util/glpk.js.Instead, it should be added in
package.jsonas a dependency:https://www.npmjs.com/package/glpk.js
This should let you upgrade to a newer version of Glpk.js (3.0.0), which uses WebAssembly instead of pure JS. This should help reduce the size of the Webpack bundle.