nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 6cfcbe78cd30b5e296ff846e5843e7ad11c7ec24
parent cd1b7388d0ff8eaae1029a969f3a01531d606678
Author: Sergey Orlov <wladimirych@gmail.com>
Date:   Sun,  2 May 2021 11:05:15 +0300

config: update webpack command line options to match new version

Diffstat:
Mscripts/build.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build.js b/scripts/build.js @@ -97,7 +97,7 @@ async function main() { console.log('Version:', version); const prevSizes = await getSizes(true); try { - execSync('webpack --config webpack/webpack.config.js --colors --profile --progress', { + execSync('webpack --config webpack/webpack.config.js --color --progress=profile', { stdio: 'inherit', }); } catch (e) {