Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f0a353d5
Commit
f0a353d5
authored
Sep 27, 2019
by
André Luís
Committed by
Mike Greiling
Sep 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert css-loader back to 1.0.0
parent
e652fa12
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
112 additions
and
57 deletions
+112
-57
config/webpack.config.js
config/webpack.config.js
+1
-3
package.json
package.json
+1
-1
yarn.lock
yarn.lock
+110
-53
No files found.
config/webpack.config.js
View file @
f0a353d5
...
...
@@ -209,9 +209,7 @@ module.exports = {
{
loader
:
'
css-loader
'
,
options
:
{
modules
:
{
localIdentName
:
'
[name]__[local].[hash:8].[ext]
'
,
},
name
:
'
[name].[hash:8].[ext]
'
,
},
},
],
...
...
package.json
View file @
f0a353d5
...
...
@@ -61,7 +61,7 @@
"
copy-webpack-plugin
"
:
"
^5.0.4
"
,
"
core-js
"
:
"
^3.2.1
"
,
"
cropper
"
:
"
^2.3.0
"
,
"
css-loader
"
:
"
^
3.2
.0
"
,
"
css-loader
"
:
"
^
1.0
.0
"
,
"
d3
"
:
"
^4.13.0
"
,
"
d3-array
"
:
"
^1.2.1
"
,
"
d3-axis
"
:
"
^1.0.8
"
,
...
...
yarn.lock
View file @
f0a353d5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment