hyshka / webpack-async-chunk-marked-as-initial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entry points

  • first - Dynamic import for "hello.js" - Dynamic import for "world.js"
  • second - Regular import for "world.js"

The result is that the chunk containing "world.js" is split but marked as an "initial" chunk, even though it is also used as an async chunk.

About

License:MIT License


Languages

Language:JavaScript 100.0%