Const generate webpack config for development
Basically: applyPartials({}, [...profiles.base, ...profiles.development])
base config to merge into (not mutated)
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])
base config to merge into (not mutated)
more partials to apply (will override)
a new webpack config ready for use
generate webpack config for production
Basically: applyPartials({}, [...profiles.base, ...profiles.production])
base config to merge into (not mutated)
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: