Browse Source

Switch to webpack2

pull/2/merge
Artur Arseniev 9 years ago
parent
commit
e5f1a2205f
  1. 4
      package.json
  2. 2
      webpack.config.js
  3. 758
      yarn.lock

4
package.json

@ -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",

2
webpack.config.js

@ -38,7 +38,7 @@ module.exports = {
}],
},
resolve: {
modulesDirectories: ['src', 'node_modules'],
modules: ['src', 'node_modules'],
alias: {
jquery: 'jquery/dist/jquery',
underscore: 'underscore/underscore',

758
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save