WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/webpack/lib/EntryOptionPlugin.js
@@ -14,6 +14,7 @@
class EntryOptionPlugin {
   /**
    * Applies the plugin by registering its hooks on the compiler.
    * @param {Compiler} compiler the compiler instance one is tapping into
    * @returns {void}
    */
@@ -25,6 +26,7 @@
   }
   /**
    * Apply entry option.
    * @param {Compiler} compiler the compiler
    * @param {string} context context directory
    * @param {Entry} entry request
@@ -56,6 +58,7 @@
   }
   /**
    * Entry description to options.
    * @param {Compiler} compiler the compiler
    * @param {string} name entry name
    * @param {EntryDescription} desc entry description