-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Upgrade babel and use env presets for browsers (#2804)
1 parent
dd86278
commit 6cddc68
Showing
6 changed files
with
1,139 additions
and
1,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module.exports = { | ||
presets: ["module:metro-react-native-babel-preset"], | ||
plugins: [ | ||
"@babel/plugin-proposal-export-namespace-from", | ||
"@babel/plugin-transform-export-namespace-from", | ||
"@babel/plugin-transform-flow-strip-types", | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
"victory": major | ||
"victory-area": major | ||
"victory-axis": major | ||
"victory-bar": major | ||
"victory-box-plot": major | ||
"victory-brush-container": major | ||
"victory-brush-line": major | ||
"victory-candlestick": major | ||
"victory-canvas": major | ||
"victory-chart": major | ||
"victory-core": major | ||
"victory-create-container": major | ||
"victory-cursor-container": major | ||
"victory-errorbar": major | ||
"victory-group": major | ||
"victory-histogram": major | ||
"victory-legend": major | ||
"victory-line": major | ||
"victory-native": major | ||
"victory-pie": major | ||
"victory-polar-axis": major | ||
"victory-scatter": major | ||
"victory-selection-container": major | ||
"victory-shared-events": major | ||
"victory-stack": major | ||
"victory-tooltip": major | ||
"victory-vendor": major | ||
"victory-voronoi": major | ||
"victory-voronoi-container": major | ||
"victory-zoom-container": major | ||
--- | ||
|
||
Upgrade babel dependencies and build target to modern browsers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters