Permalink
Browse files

Addresses #203

  • Loading branch information...
1 parent 681d6fe commit 1f0acd33c28f9251150ffe60f0124b6204fa0660 @oliverturner oliverturner committed Apr 6, 2016
Showing with 4 additions and 0 deletions.
  1. +1 −0 .gitignore
  2. +3 −0 package.json
View
@@ -2,6 +2,7 @@
coverage
build
node_modules
+stats.json
# Cruft
.DS_Store
View
@@ -75,6 +75,7 @@
"ngrok": "2.1.6",
"null-loader": "^0.1.1",
"offline-plugin": "^2.0.4",
+ "open": "0.0.5",
"plop": "^1.5.0",
"postcss-cssnext": "^2.5.1",
"postcss-focus": "^1.0.0",
@@ -102,6 +103,8 @@
"prebuild": "npm run test && npm run build:clean",
"build:clean": "rimraf ./build/*",
"build": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --colors -p",
+ "analyze": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --profile --json > stats.json",
+ "postanalyze": "open http://webpack.github.io/analyse/",
"start": "npm run start:tunnel",
"start:tunnel": "NODE_ENV=development node server",
"start:prod": "NODE_ENV=production node server",

0 comments on commit 1f0acd3

Please sign in to comment.