mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Convert babel config to JS for Jest to pick up
This commit is contained in:
parent
044720b7e5
commit
ae010ef649
@ -1,4 +1,4 @@
|
|||||||
{
|
module.exports = {
|
||||||
"sourceMaps": true,
|
"sourceMaps": true,
|
||||||
"presets": [
|
"presets": [
|
||||||
["@babel/preset-env", {
|
["@babel/preset-env", {
|
||||||
@ -22,4 +22,4 @@
|
|||||||
"@babel/plugin-syntax-dynamic-import",
|
"@babel/plugin-syntax-dynamic-import",
|
||||||
"@babel/plugin-transform-runtime"
|
"@babel/plugin-transform-runtime"
|
||||||
]
|
]
|
||||||
}
|
};
|
@ -94,15 +94,6 @@ module.exports = (env, argv) => ({
|
|||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
options: {
|
options: {
|
||||||
cacheDirectory: true,
|
cacheDirectory: true,
|
||||||
|
|
||||||
// These two options are needed to load the babelrc file and
|
|
||||||
// apply it to node_modules (ie: react-sdk and js-sdk). We
|
|
||||||
// could put the babel config in this block instead, but we
|
|
||||||
// publish riot-web to npm for some reason and that seems to
|
|
||||||
// ship a lib directory. Therefore, we need the babel config
|
|
||||||
// in a place where babel and babel-loader can reach it.
|
|
||||||
babelrc: true,
|
|
||||||
configFile: path.resolve(__dirname, ".babelrc"),
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user