6
公开标注数
6
参与人数
2026-07-20 10:09:10
首次 Whisper
讨论活跃度
webpack.js.org 近 17 周的公开 Whisper
少多
最新公开 Whisper
划选高亮2026-07-20 16:33:10
原文高亮摘录
“Out of the box, webpack only understands JavaScript and JSON files.”
Whisper 随想笔记
So true, every new project I still forget to add a loader for images.
划选高亮2026-07-20 13:30:10
原文高亮摘录
“Since version 4.0.0, webpack does not require a configuration file to bundle your project.”
Whisper 随想笔记
But if you need anything custom, you're back to wrestling with it.
划选高亮2026-07-20 13:21:10
原文高亮摘录
“Since version 4.0.0, webpack does not require a configuration file to bundle your project.”
Whisper 随想笔记
Finally, no more config hell for simple projects!
划选高亮2026-07-20 10:27:10
原文高亮摘录
“webpack is a static module bundler for modern JavaScript applications.”
Whisper 随想笔记
Doesn't this make the bundle huge if you have lots of modules though?
划选高亮2026-07-20 10:18:10
原文高亮摘录
“webpack is a static module bundler for modern JavaScript applications.”
Whisper 随想笔记
I've used webpack for years and still can't explain it this simply.
划选高亮2026-07-20 10:09:10
原文高亮摘录
“webpack is a static module bundler for modern JavaScript applications.”
Whisper 随想笔记
So it just bundles everything into one file? That actually sounds kinda useful.