Skip to content

Commit

Permalink
Merge branch 'canary' into flight-manifest-windows-chunkname
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Nov 24, 2022
2 parents d88796f + bcb0e28 commit a3b3d11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/next/taskfile.js
Expand Up @@ -2223,7 +2223,11 @@ export async function nextbuildstatic(task, opts) {
export async function pages_app(task, opts) {
await task
.source('pages/_app.tsx')
.swc('client', { dev: opts.dev, keepImportAssertions: true })
.swc('client', {
dev: opts.dev,
keepImportAssertions: true,
interopClientDefaultExport: true,
})
.target('dist/pages')
}

Expand Down

0 comments on commit a3b3d11

Please sign in to comment.