You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using vue (2.6.12) with webpack (5.32.0), when using workerPlugin, I get this error:
Module parse failed: parser.state.module.addPresentationalDependency is not a function
File was processed with these loaders:
* ./node_modules/@vue/cli-plugin-babel/node_modules/cache-loader/dist/cjs.js
* ./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js
* ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js
You may need an additional loader to handle the result of these loaders.
It comes from JavascriptParserHelpers in webpack/lib/javascript ..
I will try to dig in but it's a first time approch for me on webpack
The text was updated successfully, but these errors were encountered:
Using vue (2.6.12) with webpack (5.32.0), when using workerPlugin, I get this error:
It comes from
JavascriptParserHelpers
in webpack/lib/javascript ..I will try to dig in but it's a first time approch for me on webpack
The text was updated successfully, but these errors were encountered: