mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 11:16:40 +00:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
|
|
// when this is loaded into the browser,
|
|
// just use the defaults...
|
|
|
|
module.exports = function (name, defaults) {
|
|
return defaults
|
|
}
|