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
It's possible to fool webpack with. externals: { fs: 'fs', },
Yet the creation of new database with var db = new SQL.Database();
throws OutOfMemory error.
Webpack build fails with: Module not found: Error: Can't resolve 'fs' in '.../node_modules/sql.js/dist'
Sql.js version: 1.4.1
The text was updated successfully, but these errors were encountered: