Closed mmomtchev closed 1 year ago
Do not parse sql-wasm.js which does not contain imports, but has conditionals of the type if (typeof module === 'undefined') which can be broken by webpack
sql-wasm.js
if (typeof module === 'undefined')
https://github.com/sql-js/sql.js/issues/406
This break stuff
Breakage turned out to be unrelated, submitting a second PR
Do not parse
sql-wasm.js
which does not contain imports, but has conditionals of the typeif (typeof module === 'undefined')
which can be broken by webpack46
https://github.com/sql-js/sql.js/issues/406