Skip to content

Commit e2eb241

Browse files
committed
cacheable
1 parent 61ae92c commit e2eb241

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55
var csso = require("csso");
66
module.exports = function(content) {
7+
this.cacheable && this.cacheable();
78
var isRequireUrl = !this || !this.options || !this.options.css ||
89
typeof this.options.css.requireUrl === "string";
910
var requireUrl = this && this.options && this.options.css &&

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-loader",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"author": "Tobias Koppers @sokra",
55
"description": "css loader module for webpack",
66
"dependencies": {

0 commit comments

Comments
 (0)