We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b29fcf commit 130d5c4Copy full SHA for 130d5c4
packages/angular-cli/models/webpack-build-common.ts
@@ -42,6 +42,7 @@ export function getWebpackCommonConfig(
42
entry: entry,
43
output: {
44
path: path.resolve(projectRoot, appConfig.outDir),
45
+ publicPath: appConfig.publicPath,
46
filename: '[name].bundle.js',
47
sourceMapFilename: '[name].bundle.map',
48
chunkFilename: '[id].chunk.js'
0 commit comments