|
@@ -8,5 +8,11 @@
|
|
|
}],
|
|
|
"stage-2"
|
|
|
],
|
|
|
- "plugins": ["transform-vue-jsx", "transform-runtime"]
|
|
|
+ "plugins": ["transform-vue-jsx", "transform-runtime"],
|
|
|
+ "env": {
|
|
|
+ "test": {
|
|
|
+ "presets": ["env", "stage-2"],
|
|
|
+ "plugins": ["transform-vue-jsx", "transform-es2015-modules-commonjs", "dynamic-import-node"]
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|