Const generate webpack config for development
Basically: applyPartials({}, [...profiles.base, ...profiles.development])
Optional baseConfig: PlainConfigbase config to merge into (not mutated)
Optional moreParts: any[]more partials to apply (will override)
a new webpack config ready for use
generate webpack config for running karma tests
Basically: applyPartials({}, [...profiles.base, ...profiles.karma])
Optional baseConfig: PlainConfigbase config to merge into (not mutated)
Optional moreParts: any[]more partials to apply (will override)
a new webpack config ready for use
generate webpack config for production
Basically: applyPartials({}, [...profiles.base, ...profiles.production])
Optional baseConfig: PlainConfigbase config to merge into (not mutated)
Optional moreParts: any[]more partials to apply (will override)
a new webpack config ready for use
Provide out of the box default webpack configs for various modes:
Available configs: