soixantecircuits / idle-vue

Vue component wrapper for idle-js
MIT License
125 stars 40 forks source link

ERROR from UglifyJs Unexpected token: punc (() #16

Closed willylatorre closed 6 years ago

willylatorre commented 6 years ago

Hello,

When building the project, Uglify throws this error. ERROR in static/js/vendor.4955f0d5d2e9486bc600.js from UglifyJs Unexpected token: punc (()

As Evan explains in this discussion it's because idle-vue serves a non precompiled version of the file.

Could this be fixed? Thanks!