Skip to content

Commit

Permalink
fix: styles by correctly configuring sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 committed Jul 20, 2024
1 parent ded3248 commit 6aec480
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/forty-cycles-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dweber019/backstage-plugin-endoflife': patch
---

Fix styles by ignoring css files in sideEffects settings.
4 changes: 3 additions & 1 deletion plugins/endoflife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"@dweber019/backstage-plugin-endoflife-backend"
]
},
"sideEffects": false,
"sideEffects": [
"**/*.css"
],
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
Expand Down

0 comments on commit 6aec480

Please sign in to comment.