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
webpack: Add sql-wasm.js to CopyWebpackPlugin to fix 404 error
- Root cause: sql-wasm.js file exists in node_modules but not copied to build output
- Error coming from sql-wasm.js:159 indicates missing file on deployed site
- Added sql-wasm.js to CopyWebpackPlugin patterns to copy it to build output
- Updated debug memory with root cause analysis
0 commit comments