Skip to content

Commit 4a871e0

Browse files
committed
chore: lint
1 parent 120e6cd commit 4a871e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
import { normalize } from "pathe";
21
import { defineBuildConfig } from "unbuild";
32

43
export default defineBuildConfig({
54
rollup: {
65
output: {
7-
chunkFileNames(chunk) {
6+
chunkFileNames() {
87
return "_[name].mjs";
98
},
109
},

0 commit comments

Comments
 (0)