You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Current behavior
Rollup displays some warnings due to circular dependencies while building the package:
(!) Unresolved dependencies
https://github.com/rollup/rollup/wiki/Troubleshooting#treating-module-as-external-dependency
@angular/material/dialog (imported by dist\packages\stark-ui\esm5\src\modules\table\components\dialogs\multisort.component.js, dist\packages\stark-ui\esm5\src\modules\table\table.module.js, dist\packages\stark-ui\esm5\src\modules\table\components\table.component.js)
@angular/common (imported by dist\packages\stark-ui\esm5\src\modules\slider\slider.module.js, dist\packages\stark-ui\esm5\src\modules\pretty-print\pretty-print.module.js)
@angular/forms (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/platform-browser/animations (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/button (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/checkbox (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/icon (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/input (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/list (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/menu (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/paginator (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js, dist\packages\stark-ui\esm5\src\modules\table\components\table.component.js)
@angular/material/select (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/sort (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
@angular/material/table (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js, dist\packages\stark-ui\esm5\src\modules\table\components\column.component.js, dist\packages\stark-ui\esm5\src\modules\table\components\table.component.js)
@angular/material/tooltip (imported by dist\packages\stark-ui\esm5\src\modules\table\table.module.js)
nouislider (imported by dist\packages\stark-ui\esm5\src\modules\slider\components\slider.component.js)
prismjs (imported by dist\packages\stark-ui\esm5\src\modules\pretty-print\components\pretty-print.component.js)
prismjs/components/prism-typescript.min.js (imported by dist\packages\stark-ui\esm5\src\modules\pretty-print\components\pretty-print.component.js)
prismjs/components/prism-sql.min.js (imported by dist\packages\stark-ui\esm5\src\modules\pretty-print\components\pretty-print.component.js)
prismjs/components/prism-json.min.js (imported by dist\packages\stark-ui\esm5\src\modules\pretty-print\components\pretty-print.component.js)
prismjs/components/prism-scss.min.js (imported by dist\packages\stark-ui\esm5\src\modules\pretty-print\components\pretty-print.component.js)
@angular/cdk/collections (imported by dist\packages\stark-ui\esm5\src\modules\table\components\table.component.js)
Apart from tslib which is a known dependency that should not be resolved:
tslib (imported by dist\packages\stark-ui\esm5\src\modules\slider\components\slider.component.js, dist\packages\stark-ui\esm5\src\modules\table\components\table.component.js)
tslib (imported by dist\packages\stark-ui\src\modules\table\components\table.component.js, dist\packages\stark-ui\src\modules\slider\components\slider.component.js)
Expected behavior
Rollup should be able to resolve all dependencies while building the stark-ui package.
Minimal reproduction of the problem with instructions
Run npm run build:stark-ui -- --trace to see the full log.
What is the motivation / use case for changing the behavior?
A working building process with no errors.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Rollup displays some warnings due to circular dependencies while building the package:
Apart from
tslib
which is a known dependency that should not be resolved:Expected behavior
Rollup should be able to resolve all dependencies while building the stark-ui package.
Minimal reproduction of the problem with instructions
Run
npm run build:stark-ui -- --trace
to see the full log.What is the motivation / use case for changing the behavior?
A working building process with no errors.
The text was updated successfully, but these errors were encountered: