Skip to content

Commit

Permalink
Update to target es5 for use-subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 14, 2022
1 parent a4aa1df commit 94acd3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/taskfile.js
Expand Up @@ -313,6 +313,7 @@ export async function ncc_use_subscription(task, opts) {
react: 'react',
'react-dom': 'react-dom',
},
target: 'es5',
})
.target('compiled/use-subscription')
}
Expand Down

0 comments on commit 94acd3a

Please sign in to comment.