Commit ·
cf2ce0d
1
Parent(s): 575498e
feature(#192): updated package-lock json and fix issue for not creating build folder...
Browse files- Extension/.babelrc +2 -9
- Extension/package-lock.json +0 -0
Extension/.babelrc
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
{
|
| 2 |
-
"presets": [
|
| 3 |
-
|
| 4 |
-
"@babel/preset-react"
|
| 5 |
-
// "react-app"
|
| 6 |
-
],
|
| 7 |
-
"plugins": [
|
| 8 |
-
// "@babel/plugin-proposal-class-properties",
|
| 9 |
-
]
|
| 10 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"presets": ["@babel/preset-env", "@babel/preset-react"]
|
| 3 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Extension/package-lock.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|