Convert babel config to a different babel config
This is needed because of https://github.com/facebook/jest/issues/6229
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
module.exports = {
|
||||
"sourceMaps": "inline",
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
@@ -23,4 +23,4 @@
|
||||
"@babel/plugin-syntax-dynamic-import",
|
||||
"@babel/plugin-transform-runtime"
|
||||
]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user