mirror of
https://github.com/bitwarden/browser
synced 2025-01-01 20:57:53 +01:00
dont exclude @bitwarden modules
This commit is contained in:
parent
1d3e4591e0
commit
e165b5cc70
@ -33,7 +33,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
use: 'ts-loader',
|
||||
exclude: /node_modules/
|
||||
exclude: /node_modules\/(?!(@bitwarden)\/).*/
|
||||
},
|
||||
{
|
||||
test: /\.(html)$/,
|
||||
|
Loading…
Reference in New Issue
Block a user