plotly / dash-component-boilerplate

Get started creating your own Dash components here.
269 stars 182 forks source link

missing uglifyjs? #35

Closed chriddyp closed 5 years ago

chriddyp commented 5 years ago

The component archetype had UglifyJS, as recommended by React in https://reactjs.org/docs/optimizing-performance.html image

I couldn't find that in this repo. Should we be including it?

T4rk1n commented 5 years ago

@chriddyp Those plugins were deprecated in the new webpack, the minification is done automatically when the mode is production.