next.js
af04ef35 - Ensure loader generated export default has name (#56388)

Commit
2 years ago
Ensure loader generated export default has name (#56388) When the function name is omitted webpack generates a name from the loader config which can be really long un-necessarily. Providing a name for the default function alleviates this. cc @shuding who found this
Author
Parents
Loading