wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

UglifyJS gives "Unexpected token: name (NodeList)" in NodeList.js:12 #158

Open jaakkom opened 6 years ago

jaakkom commented 6 years ago

$ npm run production

@ production /home/jaakkom/app cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js

95% emitting

ERROR Failed to compile with 1 errors 12:54:36

error

js/0.bb3de9b097a485b02e6d.js from UglifyJs Unexpected token: name (NodeList) [./node_modules/vue-strap/src/utils/NodeList.js:12,0][js/0.bb3de9b097a485b02e6d.js:403,6]

Uglifyjs version: 2.8.29

cr1t commented 6 years ago

I got the same issue