·
44 commits
to master
since this release
Minor Changes
-
#168
3e954b6
Thanks @mrm007! - Add adev.shim
config option with choicesnone
andrequire
(default)The
dev.webpack
config option has been removed, replaced withdev.shim: 'none'
-
#167
82675c6
Thanks @mrm007! - Add apackage.mode
config option with choicespreserve
andbundle
(default)This controls how Crackle generates output files:
bundle
rolls up output files into as few chunks as possiblepreserve
creates separate files for all modules using the original module names as file names