diff --git a/index.js b/index.js index 599b686..a9c16e2 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,6 @@ function RawSource(value) { Source.call(this); this._value = value; } -module.exports = RawSource; RawSource.prototype = Object.create(Source.prototype); RawSource.prototype._bake = function() { @@ -56,4 +55,4 @@ CompressionPlugin.prototype.apply = function(compiler) { }.bind(this), callback); }.bind(this)); }.bind(this)); -}; \ No newline at end of file +};