Skip to content

Commit

Permalink
add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Jan 6, 2025
1 parent 22e19da commit bc644e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ module.exports = override(
],
};

// save for future use, if needed to compress the assets

// config.plugins.push(
// new CompressionPlugin({
// filename: "[path][base].gz",
Expand Down Expand Up @@ -64,5 +66,6 @@ module.exports = override(
}),
),

// Uncomment the following line to enable the bundle analyzer, for debugging purposes
// addWebpackPlugin(new BundleAnalyzerPlugin()),
);

0 comments on commit bc644e7

Please sign in to comment.