File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8
8
}],
9
9
" stage-2"
10
10
],
11
- "plugins" : [" transform-runtime" ]{{#if_or unit e2e }},
11
+ "plugins" : [" transform-vue-jsx " , " transform- runtime" ]{{#if_or unit e2e }},
12
12
" env" : {
13
13
"test" : {
14
14
"presets" : [" env" , " stage-2" ]{{#if_eq runner "karma" }},
15
- "plugins" : [" istanbul" ]{{/if_eq }}{{#if_eq runner "jest" }},
16
- " plugins" : [" transform-es2015-modules-commonjs" , " dynamic-import-node" ]{{/if_eq }}
15
+ "plugins" : [" transform-vue-jsx " , " istanbul" ]{{/if_eq }}{{#if_eq runner "jest" }},
16
+ " plugins" : [" transform-vue-jsx " , " transform- es2015-modules-commonjs" , " dynamic-import-node" ]{{/if_eq }}
17
17
}
18
18
}{{/if_or }}
19
19
}
Original file line number Diff line number Diff line change 84
84
{{/e2e }}
85
85
"autoprefixer" : " ^7.1.2" ,
86
86
"babel-core" : " ^6.22.1" ,
87
+ "babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
87
88
"babel-loader" : " ^7.1.1" ,
89
+ "babel-plugin-syntax-jsx" : " ^6.18.0" ,
88
90
"babel-plugin-transform-runtime" : " ^6.22.0" ,
91
+ "babel-plugin-transform-vue-jsx" : " ^3.5.0" ,
89
92
"babel-preset-env" : " ^1.3.2" ,
90
93
"babel-preset-stage-2" : " ^6.22.0" ,
91
94
"chalk" : " ^2.0.1" ,
You can’t perform that action at this time.
0 commit comments