node_modules/webpack-sources/lib/PrefixSource.js
@@ -32,13 +32,17 @@ super(); /** * @private * @type {string} */ this._prefix = prefix; /** * @private * @type {Source} */ this._source = typeof source === "string" || Buffer.isBuffer(source) ? new RawSource(source, true) : source; this._prefix = prefix; } getPrefix() {