container2wasm
container2wasm copied to clipboard
npx webpack doesn't work in /examples/emscripten/htdocs/
Behavior:
After running
npx webpack
It says
asset stack-worker.js 31.4 KiB [compared for emit] (name: stack-worker)
asset stack.js 25.1 KiB [compared for emit] (name: stack)
runtime modules 1.31 KiB 6 modules
cacheable modules 45.6 KiB
./stack-worker.js 15.7 KiB [built] [code generated]
./stack.js 21.1 KiB [built] [code generated]
./wasi-util.js 8.81 KiB [built] [code generated]
ERROR in ./stack-worker.js 1:0-49
Module not found: Error: Can't resolve '@bjorn3/browser_wasi_shim' in '/home/xxx/container2wasm/examples/emscripten/htdocs'
ERROR in ./stack.js 1:0-24
Module not found: Error: Can't resolve 'msw' in '/home/xxx/container2wasm/examples/emscripten/htdocs'
ERROR in ./stack.js 2:0-42
Module not found: Error: Can't resolve 'msw/browser' in '/home/xxx/container2wasm/examples/emscripten/htdocs'
ERROR in ./wasi-util.js 1:0-54
Module not found: Error: Can't resolve '@bjorn3/browser_wasi_shim' in '/home/xxx/container2wasm/examples/emscripten/htdocs'
@ ./stack-worker.js 3:0-136 25:4-18 97:18-47 137:36-41 140:37-46 145:32-37 148:33-42 153:8-31
4 errors have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
webpack 5.99.5 compiled with 4 errors in 347 ms
It would be great if you provide a way to reproduce this issue (e.g. how did you installed webpack, the version of dependencies, etc...)
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
Does this show interesting information?