goldhand / sw-precache-webpack-plugin

Webpack plugin that generates a service worker using sw-precache that will cache webpack's bundles' emitted assets. You can optionally pass sw-precache configuration options to webpack through this plugin.
MIT License
1.44k stars 104 forks source link

New dependency name: uglify-es => terser #1 #155

Open fabiosantoscode opened 6 years ago

fabiosantoscode commented 6 years ago

BEFORE YOU SUBMIT please read the following:

There has been development on a new fork of uglify-es, which is now called terser and has its own package!

"terser": "^3.7.3"

Please upgrade to our new version.

alexander-akait commented 6 years ago

/cc @goldhand

Webpack@5 will use terser as default uglificator.