Skip to content

Commit

Permalink
правки webpack.gonfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkamenos committed Sep 26, 2021
1 parent 49b4ad5 commit 59702bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = (env, argv) => {
template: "./public/index.html",
}),
new MiniCssExtractPlugin({
filename: "[name].[contenthash:5]css",
filename: "[name].[contenthash:5].css",
}),
new CopyPublicPlugin(),
],
Expand Down

0 comments on commit 59702bb

Please sign in to comment.