-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module parse failed: Unexpected token #1
Comments
I have the same/similar issue in an Ionic/Capacitor app. `Error: ./node_modules/@mindsorg/web3modal-ts/dist/providers/injected/index.js 4:53
| type: 'injected', Then the same message is repeated for @mindsorg/web3modal-ts/dist/providers/providers/index.js |
@gianlucamazza shows the solution to this issue in Angular. With a custom webpack loader it's working. Also in ionic. |
Hello, I'm also experiencing the above issue. Here's my custom-webpack.config.js file.
Any idea what might be going on? |
Hi Guys,
I'm trying to use your module inside an angular 12 project.
Unfortunately the app won't compile, because of this issue:
This error appears for all svg files in the web3modal-angular module.
Thank you for your help!
The text was updated successfully, but these errors were encountered: