Skip to content

Commit

Permalink
Dev utils
Browse files Browse the repository at this point in the history
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
  • Loading branch information
Srinaath Ravichandran committed Mar 12, 2021
1 parent 1584c35 commit 4399e7f
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 185 deletions.
2 changes: 1 addition & 1 deletion Composer/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"re-resizable": "^6.9.0",
"react": "16.13.1",
"react-app-polyfill": "^0.2.1",
"react-dev-utils": "^11.0.4",
"react-dev-utils": "9.1.0",
"react-dom": "16.13.1",
"react-frame-component": "^4.0.2",
"react-markdown": "^5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/client/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ checkBrowsers(paths.appPath, isInteractive)
const appName = require(paths.appPackageJson).name;
const urls = prepareUrls(protocol, HOST, port);
// Create a webpack compiler that is configured with custom messages.
const compiler = createCompiler(webpack, config, appName, urls, useYarn);
const compiler = createCompiler({ webpack, config, appName, urls, useYarn });
// Load proxy config
const proxySetting = require(paths.appPackageJson).proxy;
const proxyConfig = prepareProxy(proxySetting, paths.appPublic);
Expand Down
Loading

0 comments on commit 4399e7f

Please sign in to comment.