We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webpack/lib/NormalModuleReplacementPlugin(resourceRegExp, newResource)
Replace resources that matches resourceRegExp with newResource.
resourceRegExp
newResource
webpack/lib/ContextReplacementPlugin(resourceRegExp, newContentRegExp)
Replaces the default regExp generated by parsing with newContextRegExp if the resource (directory) matches resourceRegExp.
newContextRegExp
webpack/lib/BannerPlugin(banner, options)
Adds a banner to the top of each generated chunk.
banner a string, it will be wrapped in a comment
banner
options.raw if true, banner will not be wrapped in a comment
options.raw
options.entryOnly if true, the banner will only be added to the entry chunks.
options.entryOnly
ComponentPlugin
Use component with webpack.
RewirePlugin
Use rewire in webpack.
I18nPlugin(translations: Object, fnName = "__": String)
Create bundles with translations baked in. Then you can serve the translated bundle to your clients.
For a list of plugins used by webpack internally see internal webpack plugins