install babel and webpack

jh-changes
Shin'ya Ueoka 7 years ago
parent d67c1b5a6d
commit fe8cfcbe47
  1. 1
      .gitignore
  2. 3129
      package-lock.json
  3. 8
      package.json

1
.gitignore vendored

@ -0,0 +1 @@
/node_modules/

3129
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -13,5 +13,11 @@
"bugs": {
"url": "https://github.com/ueokande/vim-vixen/issues"
},
"homepage": "https://github.com/ueokande/vim-vixen"
"homepage": "https://github.com/ueokande/vim-vixen",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"webpack": "^3.5.3"
}
}