Skip to content

Commit

Permalink
Log configuration to debug externals issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Jan 23, 2025
1 parent df70bff commit 6bda1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const { optimize } = require( 'webpack' );

module.exports = defaultConfig;

console.log( module.exports );

Check failure on line 13 in webpack.config.js

View workflow job for this annotation

GitHub Actions / ESLint Report Analysis

webpack.config.js#L13

[no-console] Unexpected console statement.

if ( module.exports.mode === 'production' ) {
// Disable all codesplitting in production builds. This makes Webpack render
// smaller files (by removing Webpack's own boilerplate from the output), and
Expand Down

0 comments on commit 6bda1f8

Please sign in to comment.