-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Bug: You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.Because the code uses the null merge operator (??) #280
Comments
Which version of WebPack are you using? I think the best option for you right now is to stay on |
Thank you for your answer ,maybe "webpack": "^4.46.0",I thought that the high version might have solved many bugs |
Ah yeah, v2.0.0+ is not compatible anymore with WebPack v4 |
I am having the same problem, how did you solved it? |
Same here using these versions... "@gtm-support/vue-gtm": "^2.0.0" |
Also having this issue. @juliantn ... Changing the package.json from:
to
got me to a running state. |
The solution from @alfreema does not work for me, any ideas ? |
@makerovski add "@gtm-support/*" to transpileDepenencies in vue.config.js |
I got a solution for this, I use the tracking in a
And in
And it worked, maybe helps someone. Thank you! |
Same error, |
Info
Input
Output or Error
Expected Output
Additional Context
in my nuxt project,npm run in vscode,It seems that the null value merge operator (??) is used。Previous versions using ^ 1.3.0 will not look like this
【error】
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
@ ./plugins/gtm.ts 2:0-43 6:10-16
The text was updated successfully, but these errors were encountered: