1
0
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:
Kyle Spearrin 2018-01-08 22:29:11 -05:00
parent 1d3e4591e0
commit e165b5cc70

View File

@ -33,7 +33,7 @@ module.exports = {
{
test: /\.tsx?$/,
use: 'ts-loader',
exclude: /node_modules/
exclude: /node_modules\/(?!(@bitwarden)\/).*/
},
{
test: /\.(html)$/,