Skip to content

Commit

Permalink
Deploying to gh-pages from @ 606ca6e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Jun 25, 2023
1 parent 76c7ac5 commit 6341e45
Show file tree
Hide file tree
Showing 171 changed files with 528 additions and 528 deletions.
299 changes: 299 additions & 0 deletions .server/759.3e21cc5b002caae9.js

Large diffs are not rendered by default.

299 changes: 0 additions & 299 deletions .server/759.58fe251c5baa3d80.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -292549,7 +292549,7 @@ module.exports = require("stream");
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return ".server/" + chunkId + "." + {"16":"1cd4a5bb8672dcad","514":"2983269236f22b2e","759":"58fe251c5baa3d80","790":"537e190e82c6c4d0"}[chunkId] + ".js";
/******/ return ".server/" + chunkId + "." + {"16":"1cd4a5bb8672dcad","514":"2983269236f22b2e","759":"3e21cc5b002caae9","790":"537e190e82c6c4d0"}[chunkId] + ".js";
/******/ };
/******/ })();
/******/
Expand Down Expand Up @@ -299803,7 +299803,7 @@ function PrintScript() {
});
}
;// CONCATENATED MODULE: ../dist/prod-assets-manifest.json
const prod_assets_manifest_namespaceObject = JSON.parse('{"js":["/vendor.89a506e1c90e86c9.js","/index.b2802a706c103273.js"],"i":["/index.fd328ed094fff3af.css","/5701.f4ef9bf48713e70a.css"]}');
const prod_assets_manifest_namespaceObject = JSON.parse('{"js":["/vendor.89a506e1c90e86c9.js","/index.3ab0b985e342ed73.js"],"i":["/index.fd328ed094fff3af.css","/5701.f4ef9bf48713e70a.css"]}');
;// CONCATENATED MODULE: ./server.jsx
// Import External Dependencies

Expand Down
1 change: 0 additions & 1 deletion 1360.98fe1e925611ec6c.js

This file was deleted.

1 change: 1 addition & 0 deletions 1360.be46d12547a4c80b.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/cli/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/compilation-hooks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@
<span class="token comment">// @todo: do something with &quot;pathname&quot;, &quot;source&quot; and &quot;assetInfo&quot;</span>
<span class="token punctuation">}</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
<span class="token punctuation">}</span>
<span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre><h3><span id="afterprocessassets"></span>afterProcessAssets<a href="#afterprocessassets" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Called after the <a href="#processassets"><code>processAssets</code></a> hook had finished without error.</p><h3><span id="needadditionalseal"></span>needAdditionalSeal<a href="#needadditionalseal" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncBailHook</code></p><p>Called to determine if the compilation needs to be unsealed to include other files.</p><h3><span id="afterseal"></span>afterSeal<a href="#afterseal" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>AsyncSeriesHook</code></p><p>Executed right after <code>needAdditionalSeal</code>.</p><h3><span id="chunkhash"></span>chunkHash<a href="#chunkhash" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Triggered to emit the hash for each chunk.</p><ul><li>Callback Parameters: <code>chunk</code> <code>chunkHash</code></li></ul><h3><span id="moduleasset"></span>moduleAsset<a href="#moduleasset" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Called when an asset from a module was added to the compilation.</p><ul><li>Callback Parameters: <code>module</code> <code>filename</code></li></ul><h3><span id="chunkasset"></span>chunkAsset<a href="#chunkasset" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Triggered when an asset from a chunk was added to the compilation.</p><ul><li>Callback Parameters: <code>chunk</code> <code>filename</code></li></ul><h3><span id="assetpath"></span>assetPath<a href="#assetpath" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncWaterfallHook</code></p><p>Called to determine the path of an asset.</p><ul><li>Callback Parameters: <code>path</code> <code>options</code></li></ul><h3><span id="needadditionalpass"></span>needAdditionalPass<a href="#needadditionalpass" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncBailHook</code></p><p>Called to determine if an asset needs to be processed further after being emitted.</p><h3><span id="childcompiler"></span>childCompiler<a href="#childcompiler" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Executed after setting up a child compiler.</p><ul><li>Callback Parameters: <code>childCompiler</code> <code>compilerName</code> <code>compilerIndex</code></li></ul><h3><span id="normalmoduleloader"></span>normalModuleLoader<a href="#normalmoduleloader" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p>Since webpack v5 <code>normalModuleLoader</code> hook was removed. Now to access the loader use <code>NormalModule.getCompilationHooks(compilation).loader</code> instead.</p></div><div class="print:hidden mt-20"><a class="text-gray-500 dark:text-gray-500 text-sm cursor-pointer font-sans hover:underline" href="https://github.com/webpack/webpack.js.org/edit/main/src/content/api/compilation-hooks.mdx">Edit this page</a><span class="mx-5 text-black font-bold dark:text-white">·</span><a class="text-gray-500 dark:text-gray-500 text-sm cursor-pointer font-sans hover:underline">Print this page</a></div><div class="adjacent-links print:hidden"><div class="adjacent-links__prev"><div>« Previous</div><a class="adjacent-links__link" href="/api/compiler-hooks/">Compiler Hooks</a></div><div class="adjacent-links__next"><div class="adjacent-links__label--next">Next »</div><a class="adjacent-links__link" href="/api/contextmodulefactory-hooks/">ContextModuleFactory Hooks</a></div></div><div data-testid="contributors" class="print:hidden"><h2 class="!font-sans !font-normal">8<!-- --> <!-- -->Contributors</h2><div><div class="grid gap-[10px] lg:gap-[15px] grid-cols-contributors"><a href="https://github.com/slavafomin"><img width="45" height="45" alt="slavafomin" title="slavafomin" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/byzyk"><img width="45" height="45" alt="byzyk" title="byzyk" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/madhavarshney"><img width="45" height="45" alt="madhavarshney" title="madhavarshney" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/misterdev"><img width="45" height="45" alt="misterdev" title="misterdev" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/wizardofhogwarts"><img width="45" height="45" alt="wizardofhogwarts" title="wizardofhogwarts" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/EugeneHlushko"><img width="45" height="45" alt="EugeneHlushko" title="EugeneHlushko" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/chenxsan"><img width="45" height="45" alt="chenxsan" title="chenxsan" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/jamesgeorge007"><img width="45" height="45" alt="jamesgeorge007" title="jamesgeorge007" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a></div></div></div></div></section></div><footer class="footer"><div class="container footer__inner"><section class="footer__left"><a class="footer__link" href="/guides/getting-started/">Get Started</a><a class="footer__link" href="/comparison/">Comparison</a><a href="https://privacy-policy.openjsf.org/" target="_blank" rel="noopener noreferrer" class="footer__link">Privacy Policy</a></section><section class="footer__middle"><a class="footer__icon" href="/"><img src="/icon-square-small.9e8aff7a67a5dd20.svg" alt="webpack icon" width="35" height="35"/></a></section><section class="footer__right"><a href="https://webpack.threadless.com/" target="_blank" rel="noopener noreferrer" class="footer__link">Swag Store</a><a class="footer__link" href="/awesome-webpack/">Awesome webpack</a><a class="footer__link" href="/glossary/">Glossary</a><a class="footer__link" href="/branding/">Branding</a><a href="https://gitter.im/webpack/webpack" target="_blank" rel="noopener noreferrer" class="footer__link">Gitter</a><a href="https://github.com/webpack/webpack/releases" target="_blank" rel="noopener noreferrer" class="footer__link">Changelog</a><a class="footer__link footer__license" href="/license"><img alt="Creative Commons License" src="/cc.185f5779f354f6e9.svg" width="25" height="25"/><img alt="Creative Commons License" src="/by.d2da85793ea9d7bd.svg" width="25" height="25"/></a></section></div></footer></div></div><script src="/vendor.89a506e1c90e86c9.js"></script><script src="/index.b2802a706c103273.js"></script></body>
<span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre><h3><span id="afterprocessassets"></span>afterProcessAssets<a href="#afterprocessassets" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Called after the <a href="#processassets"><code>processAssets</code></a> hook had finished without error.</p><h3><span id="needadditionalseal"></span>needAdditionalSeal<a href="#needadditionalseal" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncBailHook</code></p><p>Called to determine if the compilation needs to be unsealed to include other files.</p><h3><span id="afterseal"></span>afterSeal<a href="#afterseal" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>AsyncSeriesHook</code></p><p>Executed right after <code>needAdditionalSeal</code>.</p><h3><span id="chunkhash"></span>chunkHash<a href="#chunkhash" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Triggered to emit the hash for each chunk.</p><ul><li>Callback Parameters: <code>chunk</code> <code>chunkHash</code></li></ul><h3><span id="moduleasset"></span>moduleAsset<a href="#moduleasset" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Called when an asset from a module was added to the compilation.</p><ul><li>Callback Parameters: <code>module</code> <code>filename</code></li></ul><h3><span id="chunkasset"></span>chunkAsset<a href="#chunkasset" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Triggered when an asset from a chunk was added to the compilation.</p><ul><li>Callback Parameters: <code>chunk</code> <code>filename</code></li></ul><h3><span id="assetpath"></span>assetPath<a href="#assetpath" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncWaterfallHook</code></p><p>Called to determine the path of an asset.</p><ul><li>Callback Parameters: <code>path</code> <code>options</code></li></ul><h3><span id="needadditionalpass"></span>needAdditionalPass<a href="#needadditionalpass" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncBailHook</code></p><p>Called to determine if an asset needs to be processed further after being emitted.</p><h3><span id="childcompiler"></span>childCompiler<a href="#childcompiler" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p><code>SyncHook</code></p><p>Executed after setting up a child compiler.</p><ul><li>Callback Parameters: <code>childCompiler</code> <code>compilerName</code> <code>compilerIndex</code></li></ul><h3><span id="normalmoduleloader"></span>normalModuleLoader<a href="#normalmoduleloader" aria-hidden="true" tabindex="-1"><span class="header-link"></span></a></h3><p>Since webpack v5 <code>normalModuleLoader</code> hook was removed. Now to access the loader use <code>NormalModule.getCompilationHooks(compilation).loader</code> instead.</p></div><div class="print:hidden mt-20"><a class="text-gray-500 dark:text-gray-500 text-sm cursor-pointer font-sans hover:underline" href="https://github.com/webpack/webpack.js.org/edit/main/src/content/api/compilation-hooks.mdx">Edit this page</a><span class="mx-5 text-black font-bold dark:text-white">·</span><a class="text-gray-500 dark:text-gray-500 text-sm cursor-pointer font-sans hover:underline">Print this page</a></div><div class="adjacent-links print:hidden"><div class="adjacent-links__prev"><div>« Previous</div><a class="adjacent-links__link" href="/api/compiler-hooks/">Compiler Hooks</a></div><div class="adjacent-links__next"><div class="adjacent-links__label--next">Next »</div><a class="adjacent-links__link" href="/api/contextmodulefactory-hooks/">ContextModuleFactory Hooks</a></div></div><div data-testid="contributors" class="print:hidden"><h2 class="!font-sans !font-normal">8<!-- --> <!-- -->Contributors</h2><div><div class="grid gap-[10px] lg:gap-[15px] grid-cols-contributors"><a href="https://github.com/slavafomin"><img width="45" height="45" alt="slavafomin" title="slavafomin" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/byzyk"><img width="45" height="45" alt="byzyk" title="byzyk" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/madhavarshney"><img width="45" height="45" alt="madhavarshney" title="madhavarshney" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/misterdev"><img width="45" height="45" alt="misterdev" title="misterdev" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/wizardofhogwarts"><img width="45" height="45" alt="wizardofhogwarts" title="wizardofhogwarts" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/EugeneHlushko"><img width="45" height="45" alt="EugeneHlushko" title="EugeneHlushko" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/chenxsan"><img width="45" height="45" alt="chenxsan" title="chenxsan" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a><a href="https://github.com/jamesgeorge007"><img width="45" height="45" alt="jamesgeorge007" title="jamesgeorge007" class="w-full rounded-full shadow" src="/icon-square-small-slack.1c7f4f7a52c41f94.png"/></a></div></div></div></div></section></div><footer class="footer"><div class="container footer__inner"><section class="footer__left"><a class="footer__link" href="/guides/getting-started/">Get Started</a><a class="footer__link" href="/comparison/">Comparison</a><a href="https://privacy-policy.openjsf.org/" target="_blank" rel="noopener noreferrer" class="footer__link">Privacy Policy</a></section><section class="footer__middle"><a class="footer__icon" href="/"><img src="/icon-square-small.9e8aff7a67a5dd20.svg" alt="webpack icon" width="35" height="35"/></a></section><section class="footer__right"><a href="https://webpack.threadless.com/" target="_blank" rel="noopener noreferrer" class="footer__link">Swag Store</a><a class="footer__link" href="/awesome-webpack/">Awesome webpack</a><a class="footer__link" href="/glossary/">Glossary</a><a class="footer__link" href="/branding/">Branding</a><a href="https://gitter.im/webpack/webpack" target="_blank" rel="noopener noreferrer" class="footer__link">Gitter</a><a href="https://github.com/webpack/webpack/releases" target="_blank" rel="noopener noreferrer" class="footer__link">Changelog</a><a class="footer__link footer__license" href="/license"><img alt="Creative Commons License" src="/cc.185f5779f354f6e9.svg" width="25" height="25"/><img alt="Creative Commons License" src="/by.d2da85793ea9d7bd.svg" width="25" height="25"/></a></section></div></footer></div></div><script src="/vendor.89a506e1c90e86c9.js"></script><script src="/index.3ab0b985e342ed73.js"></script></body>
2 changes: 1 addition & 1 deletion api/compilation-object/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 6341e45

Please sign in to comment.