nakarte

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

commit 41c8b9c60444ee9ba4703c9473bf9300dac11680
parent eeae6b72b2e2d1d5ff926cdc231d3724a8ce07ca
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Thu,  2 Jan 2020 22:53:49 +0100

config: remove junk lines

Diffstat:
Mwebpack/webpack.config.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/webpack/webpack.config.js b/webpack/webpack.config.js @@ -65,8 +65,6 @@ const plugins = [ ...((isProduction || isDevelopment) ? [new MiniCssExtractPlugin({ filename: 'static/css/[name].[contenthash:8].css' })] : []), - ...(isProduction ? [] : []), - ...(isProduction ? [] : []), new Webpack.DefinePlugin({ 'NODE_ENV': JSON.stringify(mode), 'RELEASE_VER': JSON.stringify(process.env.RELEASE_VER || 'local devel')