Skip to content

Commit 51d6b74

Browse files
committed
test: set empty turbopack in config for webpack/turbopack compat
1 parent 3282023 commit 51d6b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/skew-protection/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const nextConfig = {
2626
)
2727
return config
2828
},
29-
29+
turbopack: {},
3030
compiler: {
3131
// this is same as above webpack config, but this will apply to turbopack builds as well
3232
// so just future proofing it here

0 commit comments

Comments
 (0)