@lynx-js/react-webpack-plugin@0.11.4
·
2 commits
to main
since this release
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.namedChunkGroupsfound 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 reportedNo BehaviorController defined for class template. (#3819)