An error occurred while fetching the assigned milestone of the selected merge_request.
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
docusaurus/docs
advanced-configuration.md +26 -23
packages
react-dev-utils
WebpackDevServerUtils.js +3 -1
webpackHotDevClient.js +11 -8
react-scripts/config
env.js +2 -0
webpackDevServer.config.js +17 -8
Files with large changes are collapsed by default.
@@ -320,7 +320,9 @@ function prepareProxy(proxy, appPublicFolder, servedPathname) {
@@ -320,7 +320,9 @@ function prepareProxy(proxy, appPublicFolder, servedPathname) {
@@ -58,14 +58,17 @@ if (module.hot && typeof module.hot.dispose === 'function') {
@@ -58,14 +58,17 @@ if (module.hot && typeof module.hot.dispose === 'function') {
@@ -93,6 +93,8 @@ function getClientEnvironment(publicUrl) {
@@ -93,6 +93,8 @@ function getClientEnvironment(publicUrl) {
@@ -17,9 +17,25 @@ const paths = require('./paths');
@@ -17,9 +17,25 @@ const paths = require('./paths');
@@ -78,14 +94,7 @@ module.exports = function (proxy, allowedHost) {
@@ -78,14 +94,7 @@ module.exports = function (proxy, allowedHost) {