Skip to content

Commit

Permalink
babelrc update
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmegill authored and ballPointPenguin committed Feb 26, 2023
1 parent 53eecf2 commit b3ae13e
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions client-report/.babelrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
{
"stage": 0,
"env": {
"development": {
"plugins": ["react-transform"],
"extra": {
"react-transform": {
"transforms": [{
"transform": "react-transform-hmr",
"imports": ["react"],
"locals": ["module"]
}, {
"transform": "react-transform-catch-errors",
"imports": ["react", "redbox-react"]
}]
}
}
}
}
"presets": ["@babel/env", "@babel/react"],
"plugins": [["@babel/plugin-proposal-decorators", { "legacy": true }]]
}

0 comments on commit b3ae13e

Please sign in to comment.