Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from uglify to terser plugin #238

Merged
merged 1 commit into from
Jun 19, 2019
Merged

Switch from uglify to terser plugin #238

merged 1 commit into from
Jun 19, 2019

Conversation

ashklianko
Copy link
Member

#237

-Updating js minifier to terser because uglify started to remove class name, probably due to some dependant module change, and that broke our event handling logic: we used to use full class names to bind to events but now those classes names are minified to 'e' or 'r' etc.
Probably issue: webpack-contrib/uglifyjs-webpack-plugin#269

…237

-Updating js minifier to terser because uglify started to remove class name, probably due to some dependant module change, and that broke our event handling logic: we used to use full class names to bind to events but now those classes names are minified to 'e' or 'r' etc.
Probably issue: webpack-contrib/uglifyjs-webpack-plugin#269
@alansemenov alansemenov merged commit f50543b into master Jun 19, 2019
@alansemenov alansemenov deleted the issue-237 branch June 19, 2019 09:05
@alansemenov alansemenov changed the title Stopping a local application uninstalls and removes it from the list … Switch from uglify to terser plugin Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants