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 use webpack and vue for build and get follow error:
chrome-dev-webpack-plugin - error: TypeError: Cannot read property 'scripts' of undefined
at manifestSync.sync.then (D:\Develop\ff-start-page\ff-start\node_modules\chrome-dev-webpack-plugin\lib\chrome-dev-webpack-plugin.js:136:34)
at tryCatcher (D:\Develop\ff-start-page\ff-start\node_modules\bluebird\js\main\util.js:26:23)
at Promise._settlePromiseFromHandler (D:\Develop\ff-start-page\ff-start\node_modules\bluebird\js\main\promise.js:510:31)
at Promise._settlePromiseAt (D:\Develop\ff-start-page\ff-start\node_modules\bluebird\js\main\promise.js:584:18)
at Async._drainQueue (D:\Develop\ff-start-page\ff-start\node_modules\bluebird\js\main\async.js:128:12)
at Async._drainQueues (D:\Develop\ff-start-page\ff-start\node_modules\bluebird\js\main\async.js:133:10)
at Immediate.Async.drainQueues (D:\Develop\ff-start-page\ff-start\node_modules\bluebird\js\main\async.js:15:14)
at runCallback (timers.js:781:20)
at tryOnImmediate (timers.js:743:5)
at processImmediate [as _immediateCallback] (timers.js:714:5)
You should handle situation when plugin don't have
background.scripts
orcontent_scripts.js
keys inmanifest.js
The text was updated successfully, but these errors were encountered: