You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: