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
I am using monaco-editor-textmate with react js using create react app. But I am getting the following error:
./src/onigasm.wasm
Module parse failed: magic header not detected
File was processed with these loaders:
* ./node_modules/wasm-loader/index.js
You may need an additional loader to handle the result of these loaders.
Error: magic header not detected
I used react-app-rewired to overwrite my config and used this article to configure webpack and CRA to work together. My config override file looks like this: -
I am using monaco-editor-textmate with react js using create react app. But I am getting the following error:
I used
react-app-rewired
to overwrite my config and used this article to configure webpack and CRA to work together. My config override file looks like this: -I have given path for loading wasm to
../node_modules/onigasm/lib/onigasm.wasm
The text was updated successfully, but these errors were encountered: