Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[Feature Request] Integration with `rollup-plugin-alias` #1387
Comments
This comment has been minimized.
This comment has been minimized.
Hi, thanks for the interest, however rollup is only used to generate FESM and UMD bundles and it will not process ESM bundles. Hence, we cannot add any transformers/plugins in the pipeline unless they are a must to either generate FESMs or UMD bundles. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of Issue
Description
A bug: please describe the error that you encountered
A feature: please describe your use case and motivation
Support
rollup-plugin-alias
for aliasing fromloash-es
->lodash
.How To Reproduce
A bug: please include instructions how to reproduce. Issues without reproduction are likely to receive no feedback.
Can you reproduce the error in the integration tests in ng-packagr?
If possible, take a look at the
integration/samples
and try to break one of these builds!Is the error you faced in an application importing the library
Try to break the Angular CLI app in
integration/consumers/ng-cli
!Expected Behaviour
A bug: please describe what behaviour or result you expected
A feature: do you have a first draft or an idea how to implement?
Something like
parcel
resolution which reads it frompackage.json
.Version Information
Please include all version numbers that might be relevant, e.g. third-party libraries