Skip to content

Commit

Permalink
chore: enable declaration for min + sourcemap fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2023
1 parent 66177cc commit 7dcda3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixture/build.config.ts
Expand Up @@ -22,6 +22,7 @@ export default defineBuildConfig([
entries: ["src/index"],
outDir: "dist/min",
sourcemap: true,
declaration: true,
rollup: {
esbuild: {
minify: true,
Expand Down

0 comments on commit 7dcda3f

Please sign in to comment.