jonathanawesome / blanket

blanket is a modern and opinionated Wordpress starter theme. blanket assumes you're familiar with the following: Advanced Wordpress, ACF, non-jQuery DOM manipulation, NPM, Webpack, SASS.
1 stars 0 forks source link

js - switch out uglifyjs-webpack for terser-webpack for es6 support #2

Closed gblakeman closed 5 years ago

gblakeman commented 5 years ago

I ran into this issue with uglifyjs-webpack-plugin when I installed (presumably newer) packages via yarn. Switching to terser seems like the suggested fix.