vue-webpack-chrome-extension-template icon indicating copy to clipboard operation
vue-webpack-chrome-extension-template copied to clipboard

ERROR in js/vendor.js from UglifyJs Unexpected Token

Open shane3q opened this issue 6 years ago • 0 comments

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?

shane3q avatar Mar 20 '19 18:03 shane3q