Skip to content

Commit

Permalink
breaking: Switched from old “react-hot-loader/babel” to new official …
Browse files Browse the repository at this point in the history
…“react-refresh/babel”

Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Jun 14, 2021
1 parent 4caef0e commit 890107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default (api, options) => {
configBuilder.pluginForEnv("production", "@babel/plugin-transform-react-inline-elements")
}
if (isDom) {
configBuilder.pluginForEnv("development", "react-hot-loader/babel")
configBuilder.pluginForEnv("development", "react-refresh/babel")
}
}

Expand Down

0 comments on commit 890107b

Please sign in to comment.