Skip to content

Commit

Permalink
Move observability frontend to a sub directory (opensearch-project#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 authored Oct 19, 2021
1 parent a9c5179 commit dde9588
Show file tree
Hide file tree
Showing 388 changed files with 68,346 additions and 13 deletions.
18 changes: 18 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": { "node": "10" }
}
],
"@babel/preset-react",
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-transform-modules-commonjs",
["@babel/plugin-transform-runtime", { "regenerator": true }],
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread"
]
}
Loading

0 comments on commit dde9588

Please sign in to comment.