Skip to content
Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 08 Feb 23:01
· 44 commits to master since this release
0361bfb

Minor Changes

  • #168 3e954b6 Thanks @mrm007! - Add a dev.shim config option with choices none and require (default)

    The dev.webpack config option has been removed, replaced with dev.shim: 'none'

  • #167 82675c6 Thanks @mrm007! - Add a package.mode config option with choices preserve and bundle (default)

    This controls how Crackle generates output files:

    • bundle rolls up output files into as few chunks as possible
    • preserve creates separate files for all modules using the original module names as file names

Patch Changes