1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
This commit is contained in:
muerwre 2019-08-25 21:11:58 +07:00
parent d076447504
commit 3f8e8292ad

View file

@ -41,7 +41,7 @@ module.exports = () => {
new Dotenv(), new Dotenv(),
new MiniCssExtractPlugin({ new MiniCssExtractPlugin({
filename: '[name].[contenthash].css', filename: '[name].[contenthash].css',
chunkFilename: '[id].css', chunkFilename: '[id].[hash].css',
}), }),
]; ];