We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0372931 commit cd469cbCopy full SHA for cd469cb
packages/commandkit/src/cli/build.ts
@@ -140,6 +140,9 @@ export async function buildApplication({
140
...(config.entrypoints ?? []),
141
]),
142
),
143
+ outputOptions: {
144
+ sanitizeFileName: (name) => name,
145
+ },
146
unbundle: isDev
147
? true
148
: (config.compilerOptions?.disableChunking ?? false),
0 commit comments