#assetsInclude file in node_modules....

1 messages · Page 1 of 1 (latest)

tight pike
#

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 😀

#

I tried assetsInclude: [**/*.wasm]as well, no luck

tight pike