Skip to content

Commit

Permalink
Add missing babelrc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Mar 16, 2019
1 parent 3323bb4 commit ed413c7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions independent/webiny-integration-cookie-policy/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"presets": [
["@babel/preset-env", {
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
}
}],
"@babel/preset-react",
"@babel/preset-flow"
],
"plugins": [
["babel-plugin-emotion", { "autoLabel": true }],
["@babel/plugin-proposal-object-rest-spread", {"useBuiltIns": true}],
["@babel/plugin-transform-runtime"],
["@babel/plugin-proposal-class-properties"],
["babel-plugin-named-asset-import", {
"loaderMap": {
"svg": {
"ReactComponent": "@svgr/webpack![path]"
}
}
}]
]
}

0 comments on commit ed413c7

Please sign in to comment.