cacheable

master
Tobias Koppers 2012-05-21 00:07:19 +02:00
parent 9edbf18d2e
commit 85b7446556
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
*/
var path = require("path");
module.exports = function(content) {
this.cacheable && this.cacheable();
this.clearDependencies && this.clearDependencies();
var loaderSign = this.request.indexOf("!");
var rawCss = this.request.substr(loaderSign); // including leading "!"
if(this.web)

View File

@ -1,6 +1,6 @@
{
"name": "style-loader",
"version": "0.1.2",
"version": "0.1.3",
"author": "Tobias Koppers @sokra",
"description": "style loader module for webpack",
"licenses": [