Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Ream fails to compile with newest Webpack due to missing uglifyjs #130

Closed
IlyaSemenov opened this issue Dec 3, 2018 · 2 comments
Closed
Labels

Comments

@IlyaSemenov
Copy link
Contributor

Webpack has recently replaced uglifyjs with terser: webpack-contrib/terser-webpack-plugin#15

Ream has a hard-coded dependency for uglifyjs which is not listed in dependencies (which is a bad practice generally speaking), so fresh installs will fail. At the very least it should be added to dependencies, or better yet we should also migrate to terser.

@IlyaSemenov
Copy link
Contributor Author

🎉 This issue has been resolved in version 3.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@IlyaSemenov
Copy link
Contributor Author

Note: reworked in #131 and b39e817.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant