Skip to content

Releases: seek-oss/crackle

@crackle/core@0.33.3

23 Apr 04:10
ed02790
Compare
Choose a tag to compare

Patch Changes

  • #197 be1da6c Thanks @askoufis! - Fix a bug caused by newer versions of rollup-plugin-node-externals

    We were assuming that rollup-plugin-node-externals hooks would always be functions, but they can be objects too. We now check for this at runtime.

@crackle/cli@0.15.4

23 Apr 04:10
ed02790
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [be1da6c]:
    • @crackle/core@0.33.3

@crackle/core@0.33.2

28 Mar 02:51
245a981
Compare
Choose a tag to compare

Patch Changes

@crackle/cli@0.15.3

28 Mar 02:51
245a981
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [4c60648]:
    • @crackle/core@0.33.2

@crackle/core@0.33.1

14 Feb 04:04
4135009
Compare
Choose a tag to compare

Patch Changes

  • #184 e00526c Thanks @mrm007! - Correctly generate import paths in stub entry points for deeply nested entries

@crackle/cli@0.15.2

14 Feb 04:04
4135009
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e00526c]:
    • @crackle/core@0.33.1

@crackle/cli@0.15.1

09 Feb 04:15
9f5e6c0
Compare
Choose a tag to compare

Patch Changes

@crackle/core@0.33.0

08 Feb 23:01
0361bfb
Compare
Choose a tag to compare

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

@crackle/cli@0.15.0

08 Feb 23:01
0361bfb
Compare
Choose a tag to compare

Minor Changes

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

    The --webpack option has been removed from the dev command in favour of the more generic --shim option.

    Consumers should migrate to use --shim=none as follows:

    -crackle dev --webpack
    +crackle dev --shim=none

Patch Changes

@crackle/core@0.32.1

07 Feb 05:15
d08174c
Compare
Choose a tag to compare

Patch Changes