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

Add assetExtname replacement in entryFileNames #4077

Merged
merged 5 commits into from May 15, 2021

Commits on May 12, 2021

  1. Add assetExtname replacement in entryFileNames

    This only has an effect when preserveModules is enaled.
    
    This allows consumers who want to customise the entry file name to
    easily implement the "only add an extension for non js/ts files" logic
    that rollup does if you don't specify entryFileNames.
    BPScott committed May 12, 2021
    Copy the full SHA
    8ed1462 View commit details
    Browse the repository at this point in the history
  2. Update test snapshots

    BPScott committed May 12, 2021
    Copy the full SHA
    a1667ba View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Copy the full SHA
    e5efe8a View commit details
    Browse the repository at this point in the history
  2. Fix linting

    BPScott committed May 14, 2021
    Copy the full SHA
    2328ed3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Copy the full SHA
    9d53b7c View commit details
    Browse the repository at this point in the history