Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Apr 3, 2019
1 parent 011bcf4 commit 4929de4
Show file tree
Hide file tree
Showing 4 changed files with 8,147 additions and 7,467 deletions.
9 changes: 8 additions & 1 deletion _not_important/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,15 @@ 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({
appName,
config,
urls,
useYarn,
webpack,
});
// Load proxy config

const proxySetting = require(paths.appPackageJson).proxy;
const proxyConfig = prepareProxy(proxySetting, paths.appPublic);
// Serve webpack assets generated by the compiler over a web server.
Expand Down
Loading

0 comments on commit 4929de4

Please sign in to comment.