Skip to content

Commit e16877e

Browse files
committed
default to ./dist
1 parent 38c9e5d commit e16877e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rollup-util/src/TargetDeclaration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function onPipeline(
122122
}
123123

124124
const DEFAULT_CONFIG: OutputOptions = {
125-
dir: "./build",
125+
dir: "./dist",
126126
entryFileNames: "[name].js",
127127
format: "es",
128128
sourcemap: true,

0 commit comments

Comments
 (0)