mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Merge pull request #860 from QingWei-Li/feat/remove-use-strict
Remove use strict
This commit is contained in:
2
.babelrc
2
.babelrc
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"presets": [["es2015", { "loose": true }]],
|
||||
"plugins": ["transform-vue-jsx"],
|
||||
"plugins": ["transform-vue-jsx", "transform-remove-strict-mode"],
|
||||
"env": {
|
||||
"utils": {
|
||||
"plugins": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user