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 61ae92c commit e2eb241Copy full SHA for e2eb241
index.js
@@ -4,6 +4,7 @@
4
*/
5
var csso = require("csso");
6
module.exports = function(content) {
7
+ this.cacheable && this.cacheable();
8
var isRequireUrl = !this || !this.options || !this.options.css ||
9
typeof this.options.css.requireUrl === "string";
10
var requireUrl = this && this.options && this.options.css &&
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-loader",
3
- "version": "0.2.2",
+ "version": "0.2.3",
"author": "Tobias Koppers @sokra",
"description": "css loader module for webpack",
"dependencies": {
0 commit comments