CSS Bundle Hash i Webpack
Ved hjelp av kommandoen [contenthash]
kan du sette en hash i filnavnet
til CSS-bundelen:
plugins: [new MiniCssExtractPlugin({
filename: 'build.[contenthash].css'
})],
Samle all din CSS i en fil
med navnet bundle.css og en hash.