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 74e68ee commit 6f4e60dCopy full SHA for 6f4e60d
index.js
@@ -10,7 +10,6 @@ function RawSource(value) {
10
Source.call(this);
11
this._value = value;
12
}
13
-module.exports = RawSource;
14
15
RawSource.prototype = Object.create(Source.prototype);
16
RawSource.prototype._bake = function() {
@@ -56,4 +55,4 @@ CompressionPlugin.prototype.apply = function(compiler) {
56
55
}.bind(this), callback);
57
}.bind(this));
58
59
-};
+};
0 commit comments