diff --git a/snowpack.config.js b/snowpack.config.js index b4fd3b70..5b8a06ab 100644 --- a/snowpack.config.js +++ b/snowpack.config.js @@ -11,7 +11,7 @@ module.exports = { }, exclude: [ /* 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: [ /* ... */