Skip to content

Commit

Permalink
enable minimization
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Nov 20, 2023
1 parent 7c8f8b5 commit 9b93ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual/base-webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const devServer = {

const optimization = {
concatenateModules: true,
minimize: false // enable minimization for create *.pbiviz file less than 2 Mb, can be disabled for dev mode
minimize: true // enable minimization for create *.pbiviz file less than 2 Mb, can be disabled for dev mode
};

module.exports = {
Expand Down

0 comments on commit 9b93ba0

Please sign in to comment.