Hash CSS bundle w Webpack
Za pomocą komendy [contenthash]
można nadać hash w nazwie pliku
CSS bundle:
plugins: [new MiniCssExtractPlugin({
filename: 'build.[contenthash].css'
})],
Zbierz cały twój CSS w plik
z nazwą bundle.css i hashem.