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
049fb813f2
commit
2c60462ee9
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ module.exports = () => {
|
|||
{
|
||||
test: /\.less$/,
|
||||
use: [
|
||||
{ loader: isDevelopment ? 'style-loader' : MiniCssExtractPlugin.loader },
|
||||
// { loader: isDevelopment ? 'style-loader' : MiniCssExtractPlugin.loader },
|
||||
{ loader: MiniCssExtractPlugin.loader },
|
||||
// { loader: 'css-loader' },
|
||||
{
|
||||
loader: 'css-loader',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue