-
-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Description
Webpack applies many plugins by default e.g.
compiler.apply(
new JsonpTemplatePlugin(options.output),
new FunctionModulePlugin(options.output),
new NodeSourcePlugin(options.node),
new LoaderTargetPlugin("web")
);I'd like to, for example, use a different JsonpTemplatePlugin which handles error callbacks however I'm unable to remove the current one meaning I have to monkey patch the JsonpTemplatePlugin class... Is there a better way to achieve this?
Metadata
Metadata
Assignees
Labels
No labels