We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e04686 + 19919e5 commit cc7e61fCopy full SHA for cc7e61f
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