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
My plugin is failing at npm run build. It errors out each time with the following:
ERROR in js/vendor.js from UglifyJs
Unexpected token: name (hook) [js/vendor.js:15344,8]
Child html-webpack-plugin for "pages/app.html":
1 asset
Child html-webpack-plugin for "pages/popup.html":
1 asset
Child html-webpack-plugin for "pages/options.html":
1 asset
Child html-webpack-plugin for "pages/background.html":
1 asset
Looks like a problem with uncompiled ES6. Is anyone else facing this issue?
The text was updated successfully, but these errors were encountered:
My plugin is failing at
npm run build
. It errors out each time with the following:Looks like a problem with uncompiled ES6. Is anyone else facing this issue?
The text was updated successfully, but these errors were encountered: