1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

Fix indentation of webpack config

This commit is contained in:
Travis Ralston
2020-01-16 11:33:55 -07:00
parent 6ce50435e3
commit 69d49f9881

View File

@@ -99,7 +99,7 @@ module.exports = (env, argv) => {
exclude: /node_modules/,
loader: 'babel-loader',
options: {
cacheDirectory: true,
cacheDirectory: true
}
},
{