We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b60c49 commit 7180bd9Copy full SHA for 7180bd9
.babelrc
tools/babel-preset.js
@@ -1,7 +1,7 @@
1
const BABEL_ENV = process.env.BABEL_ENV;
2
const building = BABEL_ENV != undefined && BABEL_ENV !== 'cjs';
3
4
-const plugins = [];
+const plugins = ['transform-object-rest-spread'];
5
6
if (BABEL_ENV === 'umd') {
7
plugins.push('external-helpers');
0 commit comments