close
logologo
ガイド
設定
プラグイン
API
ブログ
Rspackについて
貢献
変更履歴
Rspack 0.x ドキュメント
英語
簡体字中国語
GitHub
Discord
X
ガイド
設定
プラグイン
API
ブログ
Rspackについて
貢献
変更履歴
Rspack 0.x ドキュメント
英語
簡体字中国語
GitHub
Discord
X
logologo
はじめに

Webpack 準拠のビルトインプラグイン

概要
DefinePlugin
ProvidePlugin
BannerPlugin
HotModuleReplacementPlugin
IgnorePlugin
ProgressPlugin
ExternalsPlugin
EvalSourceMapDevToolPlugin
SourceMapDevToolPlugin
SplitChunksPlugin
NodeTargetPlugin
NodeTemplatePlugin
EnableChunkLoadingPlugin
EnableLibraryPlugin
EnableWasmLoadingPlugin
ModuleFederationPlugin
ModuleFederationPluginV1
EnvironmentPlugin
LimitChunkCountPlugin
NormalModuleReplacementPlugin
JavascriptModulesPlugin
内部プラグイン
NoEmitOnErrorsPlugin
ContextReplacementPlugin

Rspack独自のビルトインプラグイン

CopyRspackPlugin
CssExtractRspackPlugin
HtmlRspackPlugin
LightningCssMinimizerRspackPlugin
SwcJsMinimizerRspackPlugin

EnableWasmLoadingPlugin#

このwasmLoadingTypeのランタイムモジュールバンドルを有効にします。内部的にはoutput.enabledWasmLoadingTypesによって使用されます。

new rspack.library.EnableWasmLoadingPlugin('fetch');
📝 GitHubでこのページを編集する
前のページEnableLibraryPlugin
次のページModuleFederationPlugin
このページの内容