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
main
webpack
/
examples
/
named-chunks
/
webpack.config.js
8 lines
77 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
refactor: use `eslint-config-webpack` (#19645)
2025-07-02 20:10:54 +08:00
"use strict"
;
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
}
}
;