From d6002afd8653b4792b5440ef5684c378ecb62e9c Mon Sep 17 00:00:00 2001 From: Reza Babaei Date: Fri, 16 Jul 2021 13:09:20 +0300 Subject: [PATCH] fix: webpack.config.js LoggerPlugin file path (#56) --- templates/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpack.config.js b/templates/webpack.config.js index 2537bd03d..5699df610 100644 --- a/templates/webpack.config.js +++ b/templates/webpack.config.js @@ -260,7 +260,7 @@ module.exports = { * Uncomment for having logs stored in a file to this specific compilation. * Compilation for each platform gets it's own log file. */ - // file: path.join(__dirname, '${build}.${platform}.log`), + // file: path.join(__dirname, `${mode}.${platform}.log`), }, }), ],