Add npm and React boilerplate
This commit is contained in:
parent
c60886b65e
commit
00d30ea36b
9 changed files with 11849 additions and 131 deletions
20
babel.config.json
Normal file
20
babel.config.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"last 2 versions",
|
||||
"not op_mini all"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"@babel/preset-react"
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-runtime",
|
||||
"babel-plugin-styled-components"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue