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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Hello!
I have been trying to add a worker through this plugin, but I cannot stop getting errors from prettier related to core-js.
All the functions that I used I appear to be imported as double quotes when compiled.
Hello!
I have been trying to add a worker through this plugin, but I cannot stop getting errors from prettier related to core-js.
All the functions that I used I appear to be imported as double quotes when compiled.
error in ./src/workers/myworker.js
Module build failed (from ./node_modules/worker-plugin/loader.js):
ModuleError: Module Error (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
/Users/vicentediaz/pt/src/workers/myworker.js
1:9 error Replace
"core-js/modules/es.array.for-each");with'core-js/modules/es.array.for-each')prettier/prettier3:9 error Replace
"core-js/modules/es.array.join");with'core-js/modules/es.array.join')prettier/prettier5:9 error Replace
"core-js/modules/es.array.map");with'core-js/modules/es.array.map')prettier/prettier7:9 error Replace
"core-js/modules/es.function.name");with'core-js/modules/es.function.name')prettier/prettier9:9 error Replace
"core-js/modules/es.object.keys");with'core-js/modules/es.object.keys')prettier/prettier11:9 error Replace
"core-js/modules/es.object.to-string");with'core-js/modules/es.object.to-string')prettier/prettier13:9 error Replace
"core-js/modules/es.regexp.exec");with'core-js/modules/es.regexp.exec')prettier/prettier15:9 error Replace
"core-js/modules/es.string.split");with'core-js/modules/es.string.split')prettier/prettier17:9 error Replace
"core-js/modules/web.dom-collections.for-each");with'core-js/modules/web.dom-collections.for-each')prettier/prettier19:42 error Replace
"/Users/vicentediaz/pt/node_modules/@babel/runtime/helpers/createForOfIteratorHelper");with'/Users/vicentediaz/pt/node_modules/@babel/runtime/helpers/createForOfIteratorHelper')prettier/prettierHas anyone had any similar problem??