Skip to content

Commit

Permalink
Make reserved names ES3 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Feb 20, 2024
1 parent 4bfb4fb commit 4630902
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default defineBuildConfig({
declaration: 'compatible',
rollup: {
emitCJS: true,
inlineDependencies: true
inlineDependencies: true,
output: {
generatedCode: {
reservedNamesAsProps: false
}
}
}
})

0 comments on commit 4630902

Please sign in to comment.