Skip to content

Commit

Permalink
Update test app target to fix ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
amortemousque committed Nov 21, 2024
1 parent a2e770a commit 58fafe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path')

module.exports = (_env, argv) => ({
entry: './app.ts',
target: ['web', 'es5'],
target: ['node', 'es2018'],
module: {
rules: [
{
Expand Down

0 comments on commit 58fafe1

Please sign in to comment.