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

Merge pull request #8003 from vector-im/develop

Merge develop into experimental
This commit is contained in:
David Baker
2019-01-03 18:56:03 +00:00
committed by GitHub
22 changed files with 861 additions and 179 deletions

View File

@@ -109,11 +109,6 @@ module.exports = {
"matrix-js-sdk": path.resolve('./node_modules/matrix-js-sdk'),
},
},
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",
},
plugins: [
new webpack.DefinePlugin({
'process.env': {