Skip to content

Instantly share code, notes, and snippets.

@Darkle
Created April 2, 2020 02:44
Show Gist options
  • Save Darkle/57d3cba6635db85e5c87579f366f5254 to your computer and use it in GitHub Desktop.
Save Darkle/57d3cba6635db85e5c87579f366f5254 to your computer and use it in GitHub Desktop.
"build:minify": "minify --recursive --output dist dist",
"build:vendor-size-check": "chalk blue bold 'Vendor Libs Size Check:\n\n' && bundlesize -f \"dist/js/web_modules/**/*.js\" -s 35kB",
"build:total-size-check": "ncat 'dist/**/*.js' -o ./total-bundle.js > /dev/null && chalk blue bold 'Total JS Size Check:\n\n' && bundlesize -f ./total-bundle.js -s 70kB && trash ./total-bundle.js",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment