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 92e22af commit 4bc1e19Copy full SHA for 4bc1e19
lib/config-generator.js
@@ -381,7 +381,8 @@ class ConfigGenerator {
381
382
return {
383
contentBase: contentBase,
384
- publicPath: this.webpackConfig.publicPath,
+ // this doesn't appear to be necessary, but here in case
385
+ publicPath: this.webpackConfig.getRealPublicPath(),
386
// avoid CORS concerns trying to load things like fonts from the dev server
387
headers: { 'Access-Control-Allow-Origin': '*' },
388
hot: this.webpackConfig.useHotModuleReplacementPlugin(),
0 commit comments