Skip to content

Commit

Permalink
fix(babel): @nrwl/web/babel is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Feb 26, 2023
1 parent d2d975f commit c8cb7bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/auth-js/.babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [
[
"@nrwl/web/babel",
"@nrwl/js/babel",
{
"useBuiltIns": "usage"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/demo-app/web/auth-js/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": [
"@nrwl/web/babel"
"@nrwl/js/babel"
]
}
2 changes: 1 addition & 1 deletion projects/demo-app/web/common/.babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [
[
"@nrwl/web/babel",
"@nrwl/js/babel",
{
"useBuiltIns": "usage"
}
Expand Down

0 comments on commit c8cb7bf

Please sign in to comment.