CroudTech / vue-quill

Quill component for vue
MIT License
121 stars 22 forks source link

UglifyJS throws unexpected token #20

Open Duta opened 6 years ago

Duta commented 6 years ago

When I try to build for production, I get:

ERROR in static/js/vendor.17e1ca1ae94ba5460366.js from UglifyJs
Unexpected token: name (GrammarlyInline) [./node_modules/vue-quill/src/formats/GrammarlyInline.js:5,0][static/js/vendor.17e1ca1ae94ba5460366.js:16252,6]
BrockReece commented 6 years ago

Hey, I recently saw this issue on another of my projects. https://github.com/BrockReece/vue-kanban/issues/7

Does this help?