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

feat: add importedCss and importedAssets properties to RenderedChunk type #6629

Merged
merged 6 commits into from Mar 3, 2022

Commits on Jan 25, 2022

  1. Copy the full SHA
    2092e10 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b84ce47 View commit details
    Browse the repository at this point in the history
  3. fix stuff

    aleclarson committed Jan 25, 2022
    Copy the full SHA
    befb8a3 View commit details
    Browse the repository at this point in the history
  4. set importedAssets

    aleclarson committed Jan 25, 2022
    Copy the full SHA
    9cd349d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    84217c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. refactor: nest importedCss and importedAssets under viteMetadata

    Although it's more verbose, it makes it easier to avoid collisions with
    rollup or other bundlers like WMR.
    ElMassimo authored and aleclarson committed Feb 22, 2022
    Copy the full SHA
    c23c5de View commit details
    Browse the repository at this point in the history