Skip to content

Commit

Permalink
move webpack-stats.html away from dist folder (should not be in the…
Browse files Browse the repository at this point in the history
… enbeded fs)
  • Loading branch information
pk910 committed Oct 31, 2024
1 parent 9844a6d commit 68e31f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-package/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var webpackBaseConfig = {

plugins: [
new Visualizer({
filename: 'webpack-stats.html',
filename: '../webpack-stats.html',
throwOnError: true
}),
new MiniCssExtractPlugin({
Expand Down

0 comments on commit 68e31f8

Please sign in to comment.