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
Packages
Projects
Releases
Wiki
Activity
9e6984056b
webpack
/
test
/
configCases
/
container
/
reference-hoisting
/
test.config.js
6 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: decide processBlock by input block
2024-09-04 12:52:18 +08:00
module
.
exports
=
{
chore: no `object-shorthand` for tests
2025-04-22 19:09:25 +08:00
findBundle
(
i
,
options
)
{
tests: add test case
2024-10-08 04:31:57 +08:00
return
i
===
0
?
"./main.js"
:
"./module/main.mjs"
;
fix: decide processBlock by input block
2024-09-04 12:52:18 +08:00
}
}
;