Skip to content

Commit cf1b5a0

Browse files
author
Maksym Mykhailenko
committed
chore: disable loggin webpack config
1 parent c05ed0c commit cf1b5a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/permissions-doc/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ webpackConfig.module.rules.push({
2121

2222
webpackConfig.plugins = []
2323

24-
console.log('webpackConfig', JSON.stringify(webpackConfig, null, 2))
24+
// Uncomment for debugging the final webpack config
25+
// console.log('webpackConfig', JSON.stringify(webpackConfig, null, 2))
2526

2627
module.exports = webpackConfig

0 commit comments

Comments
 (0)