Closed zhenzhenChange closed 1 year ago
can not repeat it.
You can't put polyfills
or styles
before runtime
, because it is runtime code and using this code you load other chunks, it is a limitation, feel free to feedback, other chunks can be depended on other chunks too
Anyway feel free to feedback
If
chunksSortMode
is set tomanual
, the order of thescript
after construction is not the order defined by thechunks
.styles
iscss
, which can be ignored here.Current behaviour 💣
webpack.config.js
build output
index.html
Expected behaviour ☀️
Reproduction Example 👾
I'm sorry I can't offer a reproduction at short notice, any thoughts on where the problem is to be roughly identified?
Environment 🖥