All Questions
Tagged with webpack-merge vue.js
1 question
0
votes
1
answer
3k
views
TypeError: Merging undefined is not supported
I got this error when running $ quasar dev on my Vue project
~/project/node_modules/webpack-merge/dist/index.js:63
throw new TypeError("Merging undefined is not supported");
...