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
c69e37c39d
webpack
/
test
/
configCases
/
module
/
runtime-chunk
/
test.config.js
6 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
only return result of startup when needed fixes #12244
2021-01-19 02:21:12 +08:00
module
.
exports
=
{
findBundle
:
function
(
)
{
fix outputModule with initial splitChunks
2021-11-25 20:21:40 +08:00
return
[
"./runtime.mjs"
,
"./main.mjs"
]
;
only return result of startup when needed fixes #12244
2021-01-19 02:21:12 +08:00
}
}
;