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

PostCSS support in next-dev #3065

Merged
merged 17 commits into from
Dec 19, 2022
Merged

PostCSS support in next-dev #3065

merged 17 commits into from
Dec 19, 2022

Commits on Dec 18, 2022

  1. tailwind example

    Brooooooklyn committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    1033d0d View commit details
    Browse the repository at this point in the history
  2. tailwind example

    Brooooooklyn committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    2acae88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f74f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. refactor

    apply postcss transform on each module (before parsing)
    
    move to turbopack-node
    
    cache node.js pool and allow concurrency
    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    78c7c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f95e182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b34f2f View commit details
    Browse the repository at this point in the history
  4. __turbopack_external_require__ should only wrap module in a namespa…

    …ce object when imported from ESM
    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    952b8ed View commit details
    Browse the repository at this point in the history
  5. fix postcss transform

    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    461ebf4 View commit details
    Browse the repository at this point in the history
  6. update snapshots

    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    68fd3ec View commit details
    Browse the repository at this point in the history
  7. improve resolving error message

    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7fe57e5 View commit details
    Browse the repository at this point in the history
  8. allow to specific a postcss package

    next.js uses it's own postcss package as fallback
    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    14cb516 View commit details
    Browse the repository at this point in the history
  9. find config files

    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7a27ba1 View commit details
    Browse the repository at this point in the history
  10. fix test case

    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f202d58 View commit details
    Browse the repository at this point in the history
  11. cleanup

    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ee22666 View commit details
    Browse the repository at this point in the history
  12. update issue snapshots

    sokra committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    683a89b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5f368f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    81fc6de View commit details
    Browse the repository at this point in the history