1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 15:33:55 +00:00

[PM-30404] Exclude .wasm.js from babel (#18555)

* feat: exclude .wasm.js from babel

* feat: exclude from browser and desktop too
This commit is contained in:
Andreas Coroiu
2026-02-06 08:42:08 +01:00
committed by GitHub
parent e27627cb00
commit 1898c27ad3
3 changed files with 3 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ module.exports.buildConfig = function buildConfig(params) {
},
{
test: /\.[cm]?js$/,
exclude: /\.wasm\.js$/,
use: [
{
loader: "babel-loader",

View File

@@ -215,6 +215,7 @@ module.exports.buildConfig = function buildConfig(params) {
rules: [
{
test: /\.[cm]?js$/,
exclude: /\.wasm\.js$/,
use: [
{
loader: "babel-loader",

View File

@@ -113,6 +113,7 @@ module.exports.buildConfig = function buildConfig(params) {
},
{
test: /\.[cm]?js$/,
exclude: /\.wasm\.js$/,
use: [
{
loader: "babel-loader",