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

Introduce "bundler" feature flag #358

Merged
merged 1 commit into from
Dec 14, 2022

Commits on Dec 11, 2022

  1. Introduce "bundler" feature flag

    This commit adds a "bundler" feature flag to the lightningcss crate.
    
    We put the "dashmap" and "rayon" dependencies behind this new flag.
    
    Users that do not need the bundler can now disable the feature to save
    on compile time.
    
    Related: parcel-bundler#357
    chinedufn committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    b402eb8 View commit details
    Browse the repository at this point in the history