1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-6788][PM-7755] add babel/preset-env and browserslist (#9383)

* add babel present-env and browserslist

---------

Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
This commit is contained in:
Will Martin
2024-05-30 18:42:26 -04:00
committed by GitHub
parent 85843c8baa
commit 868e0a5ac9
7 changed files with 822 additions and 664 deletions

View File

@@ -68,8 +68,7 @@ const moduleRules = [
{
loader: "babel-loader",
options: {
configFile: false,
plugins: ["@angular/compiler-cli/linker/babel"],
configFile: "../../babel.config.json",
},
},
],