mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-06 11:43:03 +03:00
Updated dev dependencies
This commit is contained in:
parent
8fcf72f564
commit
923cc3ba01
4 changed files with 6472 additions and 6475 deletions
scripts
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue