WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js
@@ -14,13 +14,16 @@
class SourceMapDevToolModuleOptionsPlugin {
   /**
    * Creates an instance of SourceMapDevToolModuleOptionsPlugin.
    * @param {SourceMapDevToolPluginOptions=} options options
    */
   constructor(options = {}) {
      /** @type {SourceMapDevToolPluginOptions} */
      this.options = options;
   }
   /**
    * Applies the plugin by registering its hooks on the compiler.
    * @param {Compilation} compilation the compiler instance
    * @returns {void}
    */