When I try the example code with simple react-create-app, I got this failure. Seems like wasm file is loaded, but map with wrong loader.
./node_modules/argon2-browser/dist/argon2.wasm
Module parse failed: magic header not detected
File was processed with these loaders:
* ./node_modules/file-loader/dist/cjs.js
You may need an additional loader to handle the result of these loaders.
Error: magic header not detected
I've tried webpack.config.js, but still same failure. Can you please help with it?
When I try the example code with simple react-create-app, I got this failure. Seems like wasm file is loaded, but map with wrong loader.
I've tried webpack.config.js, but still same failure. Can you please help with it?