I am trying to include assets located in node_modules sql.js
assetsInclude: ['./node_modules/sql.js/dist/sql-wasm.wasm']
After build, I didn't see sql-wasm.wasm bundled in ./dist/assets
Maybe I miss configured something else or what's the correct approach ? Thanks for helping 😀
sql.js is an SQL library for javascript containing a version of SQLite compiled for the web.