Commit 1915b09
committed
fix(build): silence remaining esbuild/sass warnings and remove unused imports
- Add qrcode to allowedCommonJsDependencies to suppress CommonJS warning
- Add stylePreprocessorOptions.sass.silenceDeprecations for Bootstrap/FontAwesome
- Raise maximumWarning budget to 4mb (actual bundle is ~3.38 MB with esbuild)
- Fix artist-release-panel.component.scss: @import -> @use to fix Sass deprecation
- Remove unused WikiComponent import from dognzb.component.ts1 parent fc655d6 commit 1915b09
3 files changed
Lines changed: 9 additions & 4 deletions
File tree
- src/Ombi/ClientApp
- src/app
- media-details/components/artist/panels/artist-release-panel
- settings/dognzb
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| |||
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
65 | | - | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments