ui: enable tree shaking of components
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/ui': patch
|
||||
---
|
||||
|
||||
Enable tree-shaking of imports other than `*.css`.
|
||||
@@ -19,7 +19,9 @@
|
||||
"directory": "packages/ui"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"sideEffects": true,
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
],
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user