Commit 7b43cd5
authored
fix(styles): Fix "sideEffects" property in package.json causing issues when importing styles (#186)
- Explicitely mark styles (scss, css) as files with side-effects, preventing Webpack from tree shaking them out
Closes #1831 parent 19e7e95 commit 7b43cd5
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
0 commit comments