Skip to content

Commit

Permalink
fix(shared-react): include css files in shared react folder (#2120)
Browse files Browse the repository at this point in the history
fix(styles): include css files in shared react folder
  • Loading branch information
karthikjeeyar authored Sep 3, 2024
1 parent 6c749b5 commit f74e7da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/shared-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"@janus-idp/shared-react"
]
},
"sideEffects": false,
"sideEffects": [
"./**/*.css"
],
"scripts": {
"build": "backstage-cli package build",
"tsc": "tsc",
Expand Down

0 comments on commit f74e7da

Please sign in to comment.