Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 6f99de2

Browse files
ericnishiocrisu83
authored andcommitted
Change order of Babel plugins (fixes decorators) (#67)
1 parent 63114bf commit 6f99de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
"react-app"
108108
],
109109
"plugins": [
110-
"react-hot-loader/babel",
111-
"transform-decorators-legacy"
110+
"transform-decorators-legacy",
111+
"react-hot-loader/babel"
112112
]
113113
},
114114
"styleguide": {

0 commit comments

Comments
 (0)