Skip to content

Commit 110cf85

Browse files
committed
fix(angular-rspack): publicPath for server should not be auto
1 parent 8306db4 commit 110cf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-rspack/src/lib/config/create-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export async function _createConfig(
185185
},
186186
output: {
187187
...defaultConfig.output,
188-
publicPath: 'auto',
188+
publicPath: '/',
189189
clean: true,
190190
path: normalizedOptions.outputPath.server,
191191
filename: '[name].js',

0 commit comments

Comments
 (0)