mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
maybe fixxy?
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
2d73f094ff
commit
9f8b2ba4ba
@ -177,6 +177,11 @@ module.exports = function (config) {
|
||||
],
|
||||
},
|
||||
devtool: 'inline-source-map',
|
||||
externals: {
|
||||
// Don't try to bundle electron: leave it as a commonjs dependency
|
||||
// (the 'commonjs' here means it will output a 'require')
|
||||
"electron": "commonjs electron",
|
||||
},
|
||||
},
|
||||
|
||||
webpackMiddleware: {
|
||||
|
Loading…
Reference in New Issue
Block a user