Skip to content

Commit

Permalink
Disable webpack analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Apr 25, 2022
1 parent 5483286 commit 3d42d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const clientEntryConfig = merge(commonConfig, {
plugins: [
new BundleAnalyzerPlugin({
analyzerMode: 'disabled',
generateStatsFile: !isDev,
generateStatsFile: false,
}),
new CopyWebpackPlugin({
patterns: [
Expand Down

0 comments on commit 3d42d1e

Please sign in to comment.