Skip to content

Commit 30b663f

Browse files
committed
Enable stage 1 proposals
1 parent 9df836f commit 30b663f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

panel/scripts/transformers/babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Babel() {
55
this.handle = 'babel';
66
this.runtimePath = 'node_modules/babel-core/browser-polyfill.js';
77
this.opts = {
8-
experimental: true
8+
stage: 1
99
};
1010
}
1111

0 commit comments

Comments
 (0)