mirror of https://github.com/vector-im/riot-web
Convert babel config to a different babel config
This is needed because of https://github.com/facebook/jest/issues/6229pull/21833/head
parent
23eb6cbeb3
commit
5f51432987
|
@ -1,4 +1,4 @@
|
||||||
{
|
module.exports = {
|
||||||
"sourceMaps": "inline",
|
"sourceMaps": "inline",
|
||||||
"presets": [
|
"presets": [
|
||||||
["@babel/preset-env", {
|
["@babel/preset-env", {
|
||||||
|
@ -23,4 +23,4 @@
|
||||||
"@babel/plugin-syntax-dynamic-import",
|
"@babel/plugin-syntax-dynamic-import",
|
||||||
"@babel/plugin-transform-runtime"
|
"@babel/plugin-transform-runtime"
|
||||||
]
|
]
|
||||||
}
|
};
|
Loading…
Reference in New Issue