[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use incremental server compilation #3

Closed
wants to merge 10 commits into from
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"command": "cd src && npm install && cd .."
},
"development": {
"command": "babel-node toolkit/webpack/development.js",
"command": "babel-watch toolkit/webpack/development.js",
"env": {
"NODE_ENV": "development"
}
Expand Down Expand Up @@ -60,6 +60,7 @@
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-root-import": "^3.2.2",
"babel-watch": "^2.0.0",
"better-npm-run": "0.0.8",
"browser-sync": "^2.11.1",
"browser-sync-webpack-plugin": "^1.0.1",
Expand Down