WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/webpack/lib/dependencies/LoaderDependency.js
@@ -12,6 +12,7 @@
class LoaderDependency extends ModuleDependency {
   /**
    * Creates an instance of LoaderDependency.
    * @param {string} request request string
    */
   constructor(request) {
@@ -27,6 +28,7 @@
   }
   /**
    * Returns function to determine if the connection is active.
    * @param {ModuleGraph} moduleGraph module graph
    * @returns {null | false | GetConditionFn} function to determine if the connection is active
    */