Updated dev dependencies

This commit is contained in:
Alejandro Celaya 2019-10-05 19:08:50 +02:00
parent 8fcf72f564
commit 923cc3ba01
4 changed files with 6472 additions and 6475 deletions
scripts

View file

@ -81,7 +81,7 @@ checkBrowsers(paths.appPath, isInteractive)
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;