-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
I have 4 shimed libraries:
"browserify-shim": {
"a": {
"exports": "a"
},
"b": {
"exports": "b"
},
"c": {
"depends": ["a", "b"],
"exports": "c"
},
"d": {
"depends": ["a", "b"],
"exports": "d"
}
}
I want to group them in bundles: ab, cd. I specified external ["a", "b"] for bundle cd, but it still includes a and b content.
Metadata
Metadata
Assignees
Labels
No labels