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

fix: allow consumers to access CssModule #703

Merged
merged 13 commits into from Feb 25, 2021

Commits on Feb 18, 2021

  1. fix: allow consumers to access CssModule

    Hey, 
    This PR fixes a subtle breaking change happened in the last release.  
    I had an integration that was injecting CssModule instances to the compilation, and it assumed this plugin will take care of them.
    After the latest release it was impossible for me to get the CssModule class since it cannot be registered twice for serialization.
    This PR allows others to get access to the CssModule class within same webpack running version.
    barak007 committed Feb 18, 2021
    Copy the full SHA
    6c8ec12 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Add test for getCssModule

    barak007 committed Feb 19, 2021
    Copy the full SHA
    9c356e6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e75309 View commit details
    Browse the repository at this point in the history
  3. fix lint error

    barak007 committed Feb 19, 2021
    Copy the full SHA
    8be876f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8bdcfea View commit details
    Browse the repository at this point in the history
  5. remove empty space

    barak007 committed Feb 19, 2021
    Copy the full SHA
    88b9917 View commit details
    Browse the repository at this point in the history
  6. add CssDependency cache

    barak007 committed Feb 19, 2021
    Copy the full SHA
    73ee1c8 View commit details
    Browse the repository at this point in the history
  7. removed shared util

    barak007 committed Feb 19, 2021
    Copy the full SHA
    acb6685 View commit details
    Browse the repository at this point in the history
  8. remove destructure

    barak007 committed Feb 19, 2021
    Copy the full SHA
    757bd25 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    26b9258 View commit details
    Browse the repository at this point in the history
  10. fix lint

    barak007 committed Feb 19, 2021
    Copy the full SHA
    6785e57 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. check ci

    barak007 committed Feb 20, 2021
    Copy the full SHA
    555533a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

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