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