Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fixes build issues for Production
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirsoni authored and yizheliu-amazon committed Mar 19, 2020
1 parent a855a7a commit 01b062b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 162 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ module.exports = {
plugins: [
require('@babel/plugin-proposal-class-properties'),
require('@babel/plugin-proposal-object-rest-spread'),
["@babel/transform-runtime"]
],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
Expand Down Expand Up @@ -71,7 +72,6 @@
"typescript": "3.0.3"
},
"dependencies": {
"@elastic/charts": "^8.1.3",
"formik": "^1.5.8",
"query-string": "^6.8.2",
"react-redux": "^7.1.0",
Expand Down
Loading

0 comments on commit 01b062b

Please sign in to comment.