mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 04:31:10 +02:00
Merge pull request #1652 from vector-im/rav/fix_karma_olm_warning
Karma: fix warning by ignoring olm
This commit is contained in:
commit
42b7410a5d
@ -131,6 +131,11 @@ module.exports = function (config) {
|
||||
path.resolve('./test'),
|
||||
],
|
||||
},
|
||||
plugins: [
|
||||
// olm may not be installed, so avoid webpack warnings by
|
||||
// ignoring it.
|
||||
new webpack.IgnorePlugin(/^olm$/),
|
||||
],
|
||||
devtool: 'inline-source-map',
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user