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
I18nPlugin(translations: Object, fnName = "__": String)
Create bundles with translations baked in. Then you can serve the translated bundle to your clients.
RewirePlugin
Use rewire in webpack.
For a list of plugins used by webpack internally see internal webpack plugins