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 Aug 19, 2022. It is now read-only.
In an effort to provide security releases, we should investigate upgrading the bundling of this library to use webpack@4. This will remove our dependency on node-gyp downstream, as the latest versions no longer depend on it. This may also require us to rev the node version to something higher than >8 (more modern).
Steps to accomplish this upgrade:
Increase package versions
Remove DefinePlugin and UglifyJsPlugin, use compress options instead
Set mode=production in webpack config
Ensure config for test is appropriate (possibly mode=development|none)
The text was updated successfully, but these errors were encountered:
In an effort to provide security releases, we should investigate upgrading the bundling of this library to use webpack@4. This will remove our dependency on
node-gyp
downstream, as the latest versions no longer depend on it. This may also require us to rev the node version to something higher than >8 (more modern).Steps to accomplish this upgrade:
DefinePlugin
andUglifyJsPlugin
, usecompress
options insteadmode=production
in webpack configtest
is appropriate (possiblymode=development|none
)The text was updated successfully, but these errors were encountered: