-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
Vue Webpack 4 build error #7
Comments
same error on sandbox |
Hi @hn5092, thankyou for raising this issue! I am going to investigate this problem now and update you on the progress. |
Does this sandbox for Vue 2 work on your computer? Also, is there any chance you could send me a link to your sandbox to help my investigation. (Or dm it to me) Thanks! |
error again, it's my sanbox, pls help me fix it , thx https://codesandbox.io/p/sandbox/deep-chat-vue2-forked-hcpz94?file=/package.json:1,1 |
i found it's unknow ?? token , but i can't fix it .just learned vue |
Root of the problem: Solution:
Let me know if this helps. |
牛逼!🐮🍺 thx! |
If you don't mind I'll be closing this issue, you can still comment below if you experience problems relating to this or create new issues for anything else, thanks! |
For future reference, you can track issues/solutions for building ES5/ES2015 JavaScript in the following issue. |
Hi, this issue seems to also affect the earlier versions of Vue 3 which also use Webpack 4. This means that you no longer need to use the above solution and can simply import |
Module parse failed: Unexpected token (110:14)
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
| static processConfig(n, e) {
| var t;
| }
| // this is is a bug fix where if the browser is scrolled down and the user types in text that creates new line
@ ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js& 1:0-19
@ ./src/App.vue?vue&type=script&lang=js&
@ ./src/App.vue
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.1.111:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js
The text was updated successfully, but these errors were encountered: