We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16713cc commit c46011eCopy full SHA for c46011e
rollup.config.js
@@ -7,7 +7,7 @@ export default {
7
babel({
8
babelrc: false,
9
exclude: ['./node_modules/**'],
10
- presets: ['es2015-rollup', 'react']
+ presets: ['es2015-rollup', 'stage-3', 'react']
11
})
12
],
13
targets: [
0 commit comments