WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
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() {