Merge pull request #3601 from backstage/rugvip/noform

cli: fix for node_modules inside local packages being transformed
This commit is contained in:
Patrik Oldsberg
2020-12-08 12:19:47 +01:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fixes a big in the bundling logic that caused `node_modules` inside local monorepo packages to be transformed.