Skip to content

Commit 992a0c4

Browse files
committed
build(.babelrc.js): strip flow types before class properties transform
1 parent 1e0e5e6 commit 992a0c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.babelrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = function(api) {
22
const plugins = [
3+
'@babel/plugin-transform-flow-strip-types',
34
'@babel/plugin-syntax-dynamic-import',
45
'@babel/plugin-proposal-class-properties',
56
'@babel/plugin-proposal-export-default-from',

0 commit comments

Comments
 (0)