Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Nov 15, 2016
1 parent a37e31d commit 70ebba7
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 90 deletions.
3 changes: 3 additions & 0 deletions assets/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ let webpackConfig = {
],
enforceExtension: false,
},
resolveLoader: {
moduleExtensions: ['-loader'],
},
externals: {
jquery: 'jQuery',
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.25",
"webpack-assets-manifest": "^0.5.0",
"webpack": "^2.1.0-beta.26",
"webpack-assets-manifest": "^0.6.1",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.1"
},
Expand Down
Loading

0 comments on commit 70ebba7

Please sign in to comment.