Skip to content

Commit 34aaebf

Browse files
committed
build: fix babel plugin order
1 parent 61102ee commit 34aaebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module.exports = function(api) {
22
const plugins = [
33
'@babel/plugin-syntax-dynamic-import',
4-
'@babel/plugin-proposal-class-properties',
54
'@babel/plugin-proposal-export-default-from',
65
'@babel/plugin-proposal-export-namespace-from',
76
'@babel/plugin-proposal-object-rest-spread',
87
'babel-plugin-flow-react-proptypes',
8+
'@babel/plugin-proposal-class-properties',
99
]
1010
const presets = [
1111
[

0 commit comments

Comments
 (0)