We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240e0f3 commit 49de317Copy full SHA for 49de317
index.js
@@ -8,7 +8,7 @@ class CleanCss {
8
* @return {Array}
9
*/
10
dependencies() {
11
- return ['clean-css-loader', 'escape-string-regexp'];
+ return ['clean-css-loader'];
12
}
13
14
/**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "laravel-mix-clean-css",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"description": "Extension for Laravel Mix that provides clean-css support.",
5
"main": "index.js",
6
"scripts": {
0 commit comments