-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
hi,
i don't know if this lib is developed any more,but i would like to use it with webpack in browser. but i'm having a problem passing the configuration file to the Configuration or DIFactory factories as webpack complains that it cannot find module config.json. logically as it is not in node_modules
then i tried a little hack
configuration.data = configuration.parse(config); where config is js object - the config file. i cant pass in json as string because webpack needs to load and resolve everything
so i get this error Error: Found section services but there is no coresponding extension.
now i have no idea how to hack this further
do you have any ideas how to use di with webpack?
Metadata
Metadata
Assignees
Labels
No labels