Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
chore: Hot reload config
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-c committed Oct 5, 2017
1 parent 0b2d4c0 commit fc9aff2
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions", "ie >= 9"]
}
}],
"react"
],
"plugins": ["transform-object-rest-spread", "babel-plugin-transform-exponentiation-operator"]
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions", "ie >= 9"]
}
}],
"react"
],
"plugins": [
"transform-object-rest-spread",
"babel-plugin-transform-exponentiation-operator",
"react-hot-loader/babel"
]
}

0 comments on commit fc9aff2

Please sign in to comment.