Skip to content

Commit

Permalink
chore: remove pnp
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstark committed Sep 17, 2024
1 parent 13be1d0 commit e4884c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build
dist
.yarnrc.yml

.pnp.*
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
Expand Down
2 changes: 1 addition & 1 deletion .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"experimental": {
"plugins": [["@swc/plugin-emotion", {}], "@swc/plugin-lp"]
"plugins": [["@swc/plugin-emotion", {}]]
}
}
}

0 comments on commit e4884c4

Please sign in to comment.