Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
809 views
in Technique[技术] by (71.8m points)

webpack - Laravel-Mix 6.* - How to see chunk names?

I'm upgrading from Laravel-Mix 3.* to 6.*, but I have noticed that the output table does not show the chunk names anymore.

Is it possible to force it back again?

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.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...