install babel and webpack

This commit is contained in:
Shin'ya Ueoka 2017-08-11 22:33:17 +09:00
parent d67c1b5a6d
commit fe8cfcbe47
3 changed files with 3137 additions and 1 deletions

1
.gitignore vendored Normal file
View file

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

3129
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -13,5 +13,11 @@
"bugs": { "bugs": {
"url": "https://github.com/ueokande/vim-vixen/issues" "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"
}
} }