Skip to content

Commit c46011e

Browse files
committed
fix(rollup): fixed the babel config for the rollup build
1 parent 16713cc commit c46011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
babel({
88
babelrc: false,
99
exclude: ['./node_modules/**'],
10-
presets: ['es2015-rollup', 'react']
10+
presets: ['es2015-rollup', 'stage-3', 'react']
1111
})
1212
],
1313
targets: [

0 commit comments

Comments
 (0)