Skip to content

Commit

Permalink
upgrade webpack to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aganglada committed Jun 20, 2017
1 parent 51ddb4e commit 700baad
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 45 deletions.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Expand Up @@ -84,4 +84,4 @@ export default ({
contentBase: path.join(basePath, 'assets')
}
};
};
};
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,8 +27,8 @@
"postcss-loader": "^1.3.0",
"style-loader": "^0.13.1",
"svg-inline-loader": "^0.7.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
},
"scripts": {
"copy:assets": "cp -r app/resources/ assets/",
Expand Down

0 comments on commit 700baad

Please sign in to comment.