install babel and webpack
This commit is contained in:
parent
d67c1b5a6d
commit
fe8cfcbe47
3 changed files with 3137 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/node_modules/
|
3129
package-lock.json
generated
Normal file
3129
package-lock.json
generated
Normal file
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"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue