Commit 82097be5 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'update-css-loader' into 'master'

Update css-loader ^1.0.0 -> ^2.1.1

See merge request gitlab-org/gitlab!31743
parents 7a75fd59 014052c6
---
title: Update css-loader ^1.0.0 -> ^2.1.1
merge_request: 31743
author: Pirate Praveen
type: other
......@@ -232,7 +232,8 @@ module.exports = {
{
loader: 'css-loader',
options: {
name: '[name].[contenthash:8].[ext]',
modules: 'global',
localIdentName: '[name].[contenthash:8].[ext]',
},
},
],
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment