We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120e6cd commit 4a871e0Copy full SHA for 4a871e0
build.config.ts
@@ -1,10 +1,9 @@
1
-import { normalize } from "pathe";
2
import { defineBuildConfig } from "unbuild";
3
4
export default defineBuildConfig({
5
rollup: {
6
output: {
7
- chunkFileNames(chunk) {
+ chunkFileNames() {
8
return "_[name].mjs";
9
},
10
0 commit comments