Skip to content

Commit

Permalink
Removing the debug code from webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed Apr 12, 2024
1 parent c44873c commit 5b926ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ccm_web/webpack/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ const commonConfig: webpack.Configuration = {
'.mjs': ['.mts', '.mjs'],
},
},
stats: {
colors: true,
modules: true,
reasons: true,
errorDetails: true
},
plugins: [
new HtmlWebpackPlugin({
template: path.resolve(clientPath, 'public', 'index.html'),
Expand Down

0 comments on commit 5b926ae

Please sign in to comment.