mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
Ignore seemingly dead code
This commit is contained in:
parent
b5b4d563ec
commit
c5153339c0
@ -11,7 +11,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
exclude: [
|
exclude: [
|
||||||
/* Avoid scanning scripts which use dev-dependencies and pull in babel, rollup, etc. */
|
/* Avoid scanning scripts which use dev-dependencies and pull in babel, rollup, etc. */
|
||||||
'**/node_modules/**/*', '**/scripts/**', '**/target/**', '**/prototypes/**'
|
'**/node_modules/**/*', '**/scripts/**', '**/target/**', '**/prototypes/**', '**/src/matrix/storage/memory/**'
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
/* ... */
|
/* ... */
|
||||||
|
Loading…
Reference in New Issue
Block a user