Merge pull request #860 from QingWei-Li/feat/remove-use-strict

Remove use strict
pull/862/head
baiyaaaaa 2016-11-06 20:03:58 +08:00 committed by GitHub
commit 858abf687f
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"presets": [["es2015", { "loose": true }]],
"plugins": ["transform-vue-jsx"],
"plugins": ["transform-vue-jsx", "transform-remove-strict-mode"],
"env": {
"utils": {
"plugins": [

View File

@ -54,6 +54,7 @@
"babel-loader": "^6.2.5",
"babel-plugin-module-resolver": "^2.2.0",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-plugin-transform-vue-jsx": "^3.1.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",