Skip to content

Commit

Permalink
babel
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Sep 1, 2020
1 parent ed95a45 commit 1184704
Show file tree
Hide file tree
Showing 5 changed files with 1,282 additions and 113 deletions.
26 changes: 26 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"loose": true,
"modules": false,
"targets": {
"browsers": [
"> 5%"
]
}
}
]
],
"plugins": [
["@babel/plugin-transform-runtime", {
"helpers": true,
"regenerator": true
}],
"@babel/plugin-syntax-dynamic-import",
// "babel-plugin-styled-components",
"lodash"
]
}
Loading

0 comments on commit 1184704

Please sign in to comment.