mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
dont exclude @bitwarden modules
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
use: 'ts-loader',
|
||||
exclude: /node_modules/
|
||||
exclude: /node_modules\/(?!(@bitwarden)\/).*/
|
||||
},
|
||||
{
|
||||
test: /\.(html)$/,
|
||||
|
||||
Reference in New Issue
Block a user