Skip to content

Commit

Permalink
build(config): update webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
adorade committed Mar 15, 2024
1 parent 02894f0 commit f076f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .webpack/webpack.development.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
exports.developmentConfig = () => ({
name: 'CSS development',
name: 'CSS Development',
});
2 changes: 1 addition & 1 deletion .webpack/webpack.production.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');

exports.productionConfig = () => ({
name: 'CSS production',
name: 'CSS Production',
optimization: {
minimize: true,
minimizer: [
Expand Down

0 comments on commit f076f16

Please sign in to comment.