diff --git a/webpack.common.js b/webpack.common.js index 64494ff53b..c04f9f10ca 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -33,7 +33,7 @@ module.exports = { { test: /\.tsx?$/, use: 'ts-loader', - exclude: /node_modules/ + exclude: /node_modules\/(?!(@bitwarden)\/).*/ }, { test: /\.(html)$/,