|
@@ -13,7 +13,7 @@ module.exports = {
|
|
assetsPublicPath: "/",
|
|
assetsPublicPath: "/",
|
|
// Various Dev Server settings
|
|
// Various Dev Server settings
|
|
host: "0.0.0.0", // can be overwritten by process.env.HOST
|
|
host: "0.0.0.0", // can be overwritten by process.env.HOST
|
|
- port: 1646, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
|
|
|
|
|
+ port: 8871, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
|
autoOpenBrowser: false,
|
|
autoOpenBrowser: false,
|
|
errorOverlay: true,
|
|
errorOverlay: true,
|
|
notifyOnErrors: true,
|
|
notifyOnErrors: true,
|
|
@@ -92,4 +92,4 @@ module.exports = {
|
|
// Set to `true` or `false` to always turn it on or off
|
|
// Set to `true` or `false` to always turn it on or off
|
|
bundleAnalyzerReport: process.env.npm_config_report
|
|
bundleAnalyzerReport: process.env.npm_config_report
|
|
}
|
|
}
|
|
-};
|
|
|
|
|
|
+};
|