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

Allow wildcard *.*.* prefix extension #357

Merged
merged 1 commit into from
Dec 6, 2022

Commits on Dec 6, 2022

  1. generalize filenames/match-regex to allow any 'extension prefix'

    For example, `file-name.server.tsx`, `file-name.d.ts`, `file-name.config.json`
    
    This allows any of the following:
    
    file-name
    file-name.d
    file-name.config
    file-name.server
    file-name.wild-card
    
    Note that the file extension is not part of the regex.
    
    I made this change because we are seeing more and more of this style of 'extension prefix` convention.
    theinterned committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c027e6e View commit details
    Browse the repository at this point in the history