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
1cab8f4fd6
webpack
/
test
/
configCases
/
split-chunks-common
/
move-entry
/
test.config.js
6 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add testcase for moving entry modules into the commons chunk #4795
2017-05-04 16:01:04 +08:00
module
.
exports
=
{
chore: fix eslint
2023-04-13 02:09:24 +08:00
findBundle
:
function
(
i
,
options
)
{
return
[
"./commons.js"
,
"./main.js"
]
;
add testcase for moving entry modules into the commons chunk #4795
2017-05-04 16:01:04 +08:00
}
}
;