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
/
container
/
module-federation-with-shar...
/
test.config.js
6 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
test: add case for ModuleFederationPlugin usage with shareScope option
2023-04-08 10:42:35 +08:00
module
.
exports
=
{
chore: no `object-shorthand` for tests
2025-04-22 19:09:25 +08:00
findBundle
(
i
,
options
)
{
test: add case for ModuleFederationPlugin usage with shareScope option
2023-04-08 10:42:35 +08:00
return
i
===
0
?
"./main.js"
:
"./module/main.mjs"
;
}
}
;