Npm run dev reported an error after starting the project, the problem after upgrading webpack4.0.

problems after upgrading webpack4.0,
TypeError: Cannot read property "vue" of undefined

ERROR in. / src/translog/index.vue
Module build failed (from. / node_modules/vue-loader/index.js):
TypeError: Cannot read property "vue" of undefined

I hope you can see what kind of problem this is, which has never been encountered before, nor has it been found out. Thank you

Apr.11,2021

upgrade vue-loader to the latest version npm install vue-loader@latest-- save-dev

Menu