Jan 8, 2021
0
Level 12
Laravel Mix 6.* - Show chunk names in output
Is it possible to see the chunk names like in the earlier versions of Laravel Mix?
Currently when using npm run dev, I only see this result:
Laravel Mix v6.0.8
✔ Compiled Successfully in 20135ms
┌───────────────────────────────────┬───────────┐
│ File │ Size │
├───────────────────────────────────┼───────────┤
│ /js/vendor.js │ 26.6 MiB │
├───────────────────────────────────┼───────────┤
│ js/routes-sell-food.js │ 2.15 MiB │
├───────────────────────────────────┼───────────┤
│ js/resources_js_pages_display-of… │ 2.08 MiB │
├───────────────────────────────────┼───────────┤
I need this because I'm getting warnings from Workbox like these:
WARNING in The chunk 'js/app' was provided in your Workbox chunks config, but was not found in the compilation.
WARNING in The chunk 'js/moment' was provided in your Workbox chunks config, but was not found in the compilation.
Please or to participate in this conversation.