isprojects / mstform

Mobx State Tree Form-library
MIT License
81 stars 3 forks source link

NEXTPL-156 enable terser minify for production builds #153

Closed MarkdenToom-isp closed 3 years ago

MarkdenToom-isp commented 3 years ago

In order to allow terser customization, I had to install the terser-webpack-plugin even though it was already installed with Webpack v5. On top of that, webpack complained about sourceMapping and chunk splitting which I therefore left as the default configuration. Other than that, things seem to work well with the changes in this PR.