mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
dependency work
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"analyze": "webpack --json | webpack-bundle-size-analyzer",
|
||||
"build": "NODE_ENV=production webpack -p --progress --colors && babel-node metadata.js",
|
||||
"c9": "webpack-dev-server --port $PORT --host $IP --hot --content-base dist --history-api-fallback",
|
||||
"check_gzip_size": "gzip -9 -c ./public/client.min.js | wc -c | numfmt --to=iec-i --suffix=B --padding=10",
|
||||
"check-gzip-size": "gzip -9 -c ./public/client.min.js | wc -c | numfmt --to=iec-i --suffix=B --padding=10",
|
||||
"deploy": "npm run get_dependencies && npm run prod && ./mywebsite",
|
||||
"dev": "webpack-dev-server --content-base public --inline --hot --history-api-fallback",
|
||||
"get_dependencies": "go get ./server && npm install",
|
||||
@@ -64,6 +64,7 @@
|
||||
"url-loader": "^0.5.7",
|
||||
"webpack": "^1.13.1",
|
||||
"webpack-dev-server": "^1.14.1",
|
||||
"webpack-visualizer-plugin": "^0.1.5",
|
||||
"whatwg-fetch": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user