lukeed / pwa

(WIP) Universal PWA Builder

Home Page:https://pwa.cafe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Uglify with Terser

lukeed opened this issue · comments

Because:

  1. Uglify is no longer maintained

  2. Babel@7 (#11) is our doorway into ESM builds

  3. Bundles with ES2015+ output are already failing


Unfortunately, these dependencies are still using UglifyJS:

  • html-minify (via html-webpack-plugin) ~> uglifyjs-webpack-plugin@2.x
  • webpack@4 ~> uglifyjs-webpack-plugin@1.x ❗️
  • sw-precache-webpack-plugin ~> uglify-es@3.x