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
I am using Vue.Js and I am trying to use worker in VueX
new Worker('worker.js', {type: 'module'}) created using this. worker.js and the store file of VueX are in same directory.
`* /Users/rishabhgoel/Desktop/Ui-Catalog/pyeongyang-ui-catalog/node_modules/worker-plugin/dist/loader.js?{"name":"0"}!worker.js in ./common/src/store/modules/catalog.js
To install it, you can run: npm install --save /Users/rishabhgoel/Desktop/Ui-Catalog/pyeongyang-ui-catalog/node_modules/worker-plugin/dist/loader.js?{"name":"0"}!worker.js`
Can you please help with this error. I am not able to find any solution for this :(
The text was updated successfully, but these errors were encountered:
I am using Vue.Js and I am trying to use worker in VueX
new Worker('worker.js', {type: 'module'})
created using this. worker.js and the store file of VueX are in same directory.`* /Users/rishabhgoel/Desktop/Ui-Catalog/pyeongyang-ui-catalog/node_modules/worker-plugin/dist/loader.js?{"name":"0"}!worker.js in ./common/src/store/modules/catalog.js
To install it, you can run: npm install --save /Users/rishabhgoel/Desktop/Ui-Catalog/pyeongyang-ui-catalog/node_modules/worker-plugin/dist/loader.js?{"name":"0"}!worker.js`
Can you please help with this error. I am not able to find any solution for this :(
The text was updated successfully, but these errors were encountered: