Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export JS chunk -> CSS chunk dependency information #540

Closed
tivac opened this issue Jan 17, 2019 · 0 comments · Fixed by #542
Closed

Export JS chunk -> CSS chunk dependency information #540

tivac opened this issue Jan 17, 2019 · 0 comments · Fixed by #542

Comments

@tivac
Copy link
Owner

tivac commented Jan 17, 2019

Feature Use Case

https://twitter.com/tivac/status/1085567955092496384

The rollup plugin already collects all this information (assuming #539 gets fixed), so making it available as JSON would allow for extra rollup post-processing steps that do all sorts of fun things.

Feature Proposal

Add a new option to the rollup plugin like meta that is either truthy or a filepath. The rollup plugin can then output a JSON file at that location that has at least one key in it, dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant