adidas / choicesjs-stencil

Select Web Component which wraps ChoicesJS library using StencilJS
MIT License
65 stars 10 forks source link

DECREASE TypeScript compiler target to es2015 #6

Closed Lexxus closed 5 years ago

Lexxus commented 5 years ago

Due to unsupported JS features in this library's distributive, some builds which use UglifyJS are failed.

RecuencoJones commented 5 years ago

This change is not required, Stencil manages the output of typescript itself. Uglify issue was caused by an old version of webpack-uglifyjs-plugin.