File tree Expand file tree Collapse file tree 4 files changed +244
-3
lines changed
Expand file tree Collapse file tree 4 files changed +244
-3
lines changed Original file line number Diff line number Diff line change 88 }]
99 ],
1010 "plugins" : [
11- " @babel/plugin-proposal-class-properties"
11+ " @babel/plugin-proposal-class-properties" ,
12+ " @babel/transform-runtime"
1213 ],
1314 "env" : {
1415 "test" : {
Original file line number Diff line number Diff line change 2929 },
3030 "devDependencies" : {
3131 "@babel/core" : " ^7.12.10" ,
32+ "@babel/plugin-transform-runtime" : " ^7.14.5" ,
3233 "@babel/preset-env" : " ^7.12.11" ,
3334 "@rollup/plugin-commonjs" : " ^17.0.0" ,
3435 "@rollup/plugin-json" : " ^4.1.0" ,
5253 "svelte-loader" : " ^2.13.6"
5354 },
5455 "dependencies" : {}
55- }
56+ }
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ export default {
9797
9898 babel ( {
9999 exclude : 'node_modules/**' ,
100+ runtimeHelpers : true ,
100101 } ) ,
101102 ] ,
102103 watch : {
You can’t perform that action at this time.
0 commit comments