WXL
3 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
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() {