Browse Source
add browsersList for babel-preset-env
pull/155/head
Thorsten Lünborg
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
template/package.json
|
|
@ -12,6 +12,11 @@ |
|
|
|
"dependencies": { |
|
|
|
"vue": "^2.4.4" |
|
|
|
}, |
|
|
|
"browserslist": [ |
|
|
|
"> 1%", |
|
|
|
"last 2 versions", |
|
|
|
"not ie <= 8" |
|
|
|
], |
|
|
|
"devDependencies": { |
|
|
|
"babel-core": "^6.26.0", |
|
|
|
"babel-loader": "^7.1.2", |
|
|
|