chore: fix webpack config

This commit is contained in:
Aman Harwara
2023-04-24 03:09:57 +05:30
parent baa0876142
commit b2a835bff6

View File

@@ -76,7 +76,8 @@ module.exports = (env) => {
* Exclude all node_modules, except for those we need to run through our babel rules because
* they may contain class properties and other ES6+ syntax.
*/
exclude: /node_modules\/(?!(@standardnotes\/common|@standardnotes\/domain-core|contactjs))/,
exclude:
/node_modules\/(?!(@standardnotes\/common|@standardnotes\/domain-core|contactjs|webextension-polyfill))/,
use: [
'babel-loader',
{