Skip to content

Commit

Permalink
fix: webpack.config.js LoggerPlugin file path (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyareye authored Jul 16, 2021
1 parent 9b8d6b2 commit d6002af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
},
}),
],
Expand Down

0 comments on commit d6002af

Please sign in to comment.