Skip to content

Commit

Permalink
chore: fix nestjs example (#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist authored Oct 11, 2023
1 parent 4d22098 commit 200059b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/nestjs/rspack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ const config = {
jsc: {
parser: {
syntax: "typescript",
decorators: true,
decorators: true
},
transform: {
legacyDecorator: true,
decoratorMetadata: true
}
}
}
},
}
}
]
},
Expand Down Expand Up @@ -82,6 +86,6 @@ const config = {
}
callback();
}
],
]
};
module.exports = config;

0 comments on commit 200059b

Please sign in to comment.