Skip to content

Instantly share code, notes, and snippets.

@mycolaos
Last active March 2, 2023 15:07
Show Gist options
  • Save mycolaos/ff3692f93cba047bc3fc0742f6f6eaf1 to your computer and use it in GitHub Desktop.
Save mycolaos/ff3692f93cba047bc3fc0742f6f6eaf1 to your computer and use it in GitHub Desktop.
{
"presets": [
["env", { "modules": false }],
"react",
"stage-0"
],
"plugins": [
"react-hot-loader/babel"
],
"env": {
"test": {
"presets": [
"env",
"react",
"stage-0"
],
"plugins": [
["babel-plugin-transform-require-ignore",
{
"extensions": [
".css",
".scss"
]
}
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment