nakarte

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

commit 94155723bca31483424a6057e2f389313829986e
parent 581e56a2cc5f6d0b19a6e6574f6a6780b555b64f
Author: Sergey Orlov <wladimirych@gmail.com>
Date:   Mon,  2 Nov 2020 19:21:39 +0100

Revert "webpack: update command options"

This reverts commit 581e56a2cc5f6d0b19a6e6574f6a6780b555b64f.

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 --color --progress', { + execSync('webpack --config webpack/webpack.config.js --colors --profile --progress', { stdio: 'inherit', }); } catch (e) {