mirror of https://github.com/linkerd/linkerd2.git
Fixing bin/web test (#2621)
Fixes bin/web test by restoring a preset to the Babel config file.
This commit is contained in:
parent
982d629552
commit
05a899fc21
|
|
@ -4,5 +4,5 @@
|
||||||
"plugins": ["transform-react-remove-prop-types"]
|
"plugins": ["transform-react-remove-prop-types"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"presets": ["react-app"]
|
"presets": ["env", "react-app"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue