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
260f85e466
webpack
/
test
/
configCases
/
source-map
/
devtool-namespace-with-eval...
/
test.config.js
6 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: logic
2024-10-10 23:37:04 +08:00
module
.
exports
=
{
chore: no `object-shorthand` for tests
2025-04-22 19:09:25 +08:00
findBundle
(
i
,
options
)
{
fix: logic
2024-10-10 23:37:04 +08:00
return
[
"entry-a-bundle.js"
,
"entry-b-bundle.js"
]
;
}
}
;