Commit d3835c1
committed
fix(assets): remove manual @ui5/webcomponents Asset imports from Component.ts
Both @ui5/webcomponents/dist/Assets and @ui5/webcomponents-fiori/dist/Assets
were imported explicitly. Having both as separate rollup entry points caused
ui5-tooling-modules to emit a deduplicated chunk named Assets2.js that was
never written to disk, breaking the production build with a script load error.
@ui5/webcomponents-fiori/dist/Assets already transitively imports
@ui5/webcomponents/dist/Assets, so both manual imports are redundant.1 parent 1d5c667 commit d3835c1
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
0 commit comments