mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-08-23 09:35:04 +02:00
Upgrade deps (#93)
This commit is contained in:
8
.babelrc
8
.babelrc
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"presets": ["env"],
|
||||
"presets": ["@babel/preset-env"],
|
||||
"plugins": [
|
||||
"transform-object-rest-spread",
|
||||
"transform-react-jsx",
|
||||
"transform-object-assign"
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
"@babel/plugin-transform-react-jsx",
|
||||
"@babel/plugin-transform-object-assign"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user