This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
cf1dc2f131
webpack
/
examples
/
named-chunks
/
webpack.config.js
6 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
update example configurations for latest mode changes
2017-12-14 17:09:09 +08:00
module
.
exports
=
{
optimization
:
{
ci: update examples automatically (#19464)
2025-04-25 01:57:25 +08:00
chunkIds
:
"named"
update example configurations for latest mode changes
2017-12-14 17:09:09 +08:00
}
}
;