mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
css hash
This commit is contained in:
parent
2c60462ee9
commit
d076447504
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ module.exports = () => {
|
|||
{
|
||||
test: /\.scss$/,
|
||||
use: [
|
||||
{ loader: isDevelopment ? 'style-loader' : MiniCssExtractPlugin.loader },
|
||||
// { loader: isDevelopment ? 'style-loader' : MiniCssExtractPlugin.loader },
|
||||
{ loader: MiniCssExtractPlugin.loader, options: { filename: '[name].[hash].css' } },
|
||||
{
|
||||
loader: 'css-loader',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue