mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
dont exclude @bitwarden modules
This commit is contained in:
@@ -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)$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user