Skip to content

Commit

Permalink
Switch to webpack2
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Jun 1, 2017
1 parent 2381646 commit e5f1a22
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 263 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"keywords": [
"wte",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
}],
},
resolve: {
modulesDirectories: ['src', 'node_modules'],
modules: ['src', 'node_modules'],
alias: {
jquery: 'jquery/dist/jquery',
underscore: 'underscore/underscore',
Expand Down
Loading

0 comments on commit e5f1a22

Please sign in to comment.