Skip to content

Commit

Permalink
build(babel): fix babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Mar 23, 2018
1 parent 4b0b1c5 commit dd3294e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react"
],
"plugins": [
["transform-replace-object-assign", "simple-assign"],
["transform-replace-object-assign", { "moduleSpecifier": "simple-assign" }],
"transform-dev-warning",
"syntax-flow",
"transform-flow-strip-types"
Expand All @@ -29,7 +29,7 @@
},
"docs-production": {
"plugins": [
["transform-replace-object-assign", "simple-assign"],
["transform-replace-object-assign", { "moduleSpecifier": "simple-assign" }],
"transform-react-remove-prop-types",
"transform-react-constant-elements",
"transform-react-inline-elements",
Expand Down

0 comments on commit dd3294e

Please sign in to comment.