Interface: JavaScriptLooseModePluginConfig

plugins.JavaScriptLooseModePluginConfig

JavaScriptLooseModePlugin configuration options.

Table of contents

Properties

Properties

exclude

exclude: Rule | Rule[]

Exclude all modules that mach the rule from being converted to loose mode.

Defined in

packages/repack/src/webpack/plugins/JavaScriptLooseModePlugin.ts:13


include

include: Rule | Rule[]

Convert to loose mode only those modules that match the rule.

Defined in

packages/repack/src/webpack/plugins/JavaScriptLooseModePlugin.ts:11


test

test: Rule | Rule[]

Convert to loose mode all modules that match the rule.

Defined in

packages/repack/src/webpack/plugins/JavaScriptLooseModePlugin.ts:9