Skip to content

2.0.7

Choose a tag to compare

@matthewp matthewp released this 05 Nov 14:06
· 63 commits to master since this release

This fixes a bug related to modlet folders and the bundle configuration for progressively loaded bundles. Now the following works:

"bundle": [
  "pages/**/"
]

Which will find modules like:

  • pages/home/home
  • pages/cart/cart

But will not pick up

  • pages/cart/cart-test