You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: