Commit f0a353d5 authored by André Luís's avatar André Luís Committed by Mike Greiling

Revert css-loader back to 1.0.0

parent e652fa12
...@@ -209,9 +209,7 @@ module.exports = { ...@@ -209,9 +209,7 @@ module.exports = {
{ {
loader: 'css-loader', loader: 'css-loader',
options: { options: {
modules: { name: '[name].[hash:8].[ext]',
localIdentName: '[name]__[local].[hash:8].[ext]',
},
}, },
}, },
], ],
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
"copy-webpack-plugin": "^5.0.4", "copy-webpack-plugin": "^5.0.4",
"core-js": "^3.2.1", "core-js": "^3.2.1",
"cropper": "^2.3.0", "cropper": "^2.3.0",
"css-loader": "^3.2.0", "css-loader": "^1.0.0",
"d3": "^4.13.0", "d3": "^4.13.0",
"d3-array": "^1.2.1", "d3-array": "^1.2.1",
"d3-axis": "^1.0.8", "d3-axis": "^1.0.8",
......
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