WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js
@@ -15,8 +15,14 @@
const PLUGIN_NAME = "ChunkPrefetchPreloadPlugin";
/**
 * Adds runtime support for chunk prefetch and preload relationships discovered
 * in the chunk graph.
 */
class ChunkPrefetchPreloadPlugin {
   /**
    * Registers compilation hooks that emit the runtime modules responsible for
    * scheduling chunk prefetch and preload requests.
    * @param {Compiler} compiler the compiler
    * @returns {void}
    */