We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e04686 commit 19919e5Copy full SHA for 19919e5
webpack.config.js
@@ -45,7 +45,7 @@ module.exports = function makeWebpackConfig() {
45
46
// Output path from the view of the page
47
// Uses webpack-dev-server in development
48
- publicPath: isProd ? '/' : 'http://0.0.0.0:8080/',
+ publicPath: '/',
49
50
// Filename for entry points
51
// Only adds hash in build mode
0 commit comments