What is "multi" in Webpack's output?

Viewed 281

Webpack is outputting something like

[78] multi ./src/index.js 28 bytes {0} [built]

What does the multi on this line mean?

1 Answers
Related