Skip to content

Commit

Permalink
fix(build): allow inline devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesMT committed Jan 22, 2024
1 parent ef1670e commit 7bf7ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default defineBuildConfig({
declaration: 'node16',
clean: true,
rollup: {
inlineDependencies: true,
esbuild: {
minify: true,
},
Expand Down

0 comments on commit 7bf7ab1

Please sign in to comment.