Skip to content

Commit

Permalink
Finish move to babel 7 (#6573)
Browse files Browse the repository at this point in the history
* Finish move to babel 7

* Bump jest to 23.6.0

* Address comments
  • Loading branch information
mistercrunch authored Dec 31, 2018
1 parent 6099519 commit 142e7b6
Show file tree
Hide file tree
Showing 9 changed files with 3,929 additions and 2,876 deletions.
2 changes: 1 addition & 1 deletion superset/assets/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets" : ["airbnb", "react", "env"],
"presets" : ["airbnb", "@babel/preset-react", "@babel/preset-env"],
"plugins": ["lodash", "syntax-dynamic-import", "react-hot-loader/babel"],
"env": {
"test": {
Expand Down
56 changes: 0 additions & 56 deletions superset/assets/.istanbul.yml

This file was deleted.

Loading

0 comments on commit 142e7b6

Please sign in to comment.