Thanks to visit codestin.com Credit goes to github.com
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 143dfa9 commit ab30818Copy full SHA for ab30818
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://localhost:8080/',
+ publicPath: isProd ? '/' : 'http://0.0.0.0:8080/',
49
50
// Filename for entry points
51
// Only adds hash in build mode
0 commit comments