Skip to content

@lynx-js/react-webpack-plugin@0.11.4

Choose a tag to compare

@github-actions github-actions released this 11 Sep 11:19
· 2 commits to main since this release
2441d09

Patch Changes

  • Encode the element templates of a lazy bundle into that lazy bundle. Its chunk groups come from dynamic imports and have no name, so looking them up in compilation.namedChunkGroups found nothing and every Element Template lazy bundle shipped without its templates: the main thread could not create them, the lazy component never rendered, and a development build reported No BehaviorController defined for class template. (#3819)