Skip to content

Commit ef4e3ca

Browse files
committed
Correctly calculate publicPath
1 parent 57f8b81 commit ef4e3ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/config/webpack.prod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ module.exports = merge(commonConfig, {
240240
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
241241
new ManifestPlugin({
242242
fileName: 'file-manifest.json',
243+
publicPath: commonConfig.output.publicPath,
243244
}),
244245
],
245246
});

0 commit comments

Comments
 (0)