-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.17-beta.21] Bundling doesn't pick up new modules #1914
Comments
Thanks, this can actually be implemented relatively simply by just ensuring the configuration file is being watched. This is item 2 in #1789. |
@guybedford sounds like it might be one I could take a stab at... |
Sure, that would be welcome! It's the path at config.package.configFile to
|
@guybedford I started doing this but then the issue is that I think |
Except we can't require the config and check what changed because they aren't JSON / exporting a config. How can I get around this? |
Ahh ok. I'd stick with the original method but perhaps a flag can be used
|
@guybedford I opened #1916 which has my attempts so far. |
If you're running
jspm bundle foo -wid
and install a new package you have to restart the bundle for it to pick up the package. It would be great if this could be avoided, although I realise this could be a little bit tricky.The text was updated successfully, but these errors were encountered: