turbopack: Support query conditions in rules#87291
turbopack: Support query conditions in rules#87291jwueller wants to merge 1 commit intovercel:canaryfrom
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
49d9237 to
60c6c0c
Compare
60c6c0c to
0bf7aee
Compare
Accepts a regular expression under the `query` key in turbopack conditions. An updated example has been added to the documentation. This is roughly equivalent to the `resourceQuery` condition in webpack rules: https://webpack.js.org/configuration/module/#ruleresourcequery Fixes vercel#65360 Fixes vercel#67452 Fixes vercel#79311
0bf7aee to
3088c61
Compare
Failing test suitesCommit: 67a1d11 | About building and testing Next.js
Expand output● browser-log-forwarding verbose level › should forward all logs to terminal
Expand output● app dir client cache with parallel routes › prefetch={true} › should prefetch the full page |
|
@sokra I'm not sure if you can mark this PR as manually merged or something like that, but either way you're free to close it since my contribution has been integrated by your rebase. Did I end up getting added to the changelog manually, by the way? I don't think I've received any notifications for that. |

Accepts a regular expression under the
querykey in turbopack conditions. An updated example has been added to the documentation.This is roughly equivalent to the
resourceQuerycondition in webpack rules: https://webpack.js.org/configuration/module/#ruleresourcequeryFixes #65360
Fixes #67452
Fixes #79311