Exclude webcrypto-core and asmcrypto from unassert-loader

This commit is contained in:
AaronDewes 2022-08-11 08:25:49 +00:00
parent 20dbc3a051
commit fb4a4c3ae4
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ const web = {
path.resolve(__dirname, 'node_modules/crc'),
path.resolve(__dirname, 'node_modules/@fluent'),
path.resolve(__dirname, 'node_modules/@sentry'),
path.resolve(__dirname, 'node_modules/webcrypto-core'),
path.resolve(__dirname, 'node_modules/asmcrypto.js'),
path.resolve(__dirname, 'node_modules/tslib')
],
loader: 'webpack-unassert-loader'