JavaScript for WordPress › Forums › Gutenberg Development › Minified output › Reply To: Minified output
August 21, 2018 at 4:14 pm
#55209
Zac Gordon
Keymaster
Just updated the npm script to minify in production. Just needed -p at the end 🙂
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack -p"