Skip to content

Commit

Permalink
update webpack.dev.js & package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlythink committed Oct 3, 2017
1 parent fb97893 commit 7310083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --config webpack.dev.js && node server/index.js"
"start": "webpack-dev-server --config webpack.dev.js & node server/index.js"
},
"keywords": [],
"author": "",
Expand Down
1 change: 1 addition & 0 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
rules: [
{
test: /.js$/,
include: path.join(__dirname,'src'),
use: [
{
loader: 'babel-loader',
Expand Down

0 comments on commit 7310083

Please sign in to comment.