Skip to content
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

Watch for changes to files / package.json #22

Closed
ankit opened this issue Jul 5, 2017 · 2 comments
Closed

Watch for changes to files / package.json #22

ankit opened this issue Jul 5, 2017 · 2 comments
Milestone

Comments

@ankit
Copy link

ankit commented Jul 5, 2017

I am currently using https://github.com/shlomiassaf/webpack-dll-bundles-plugin which looks for changes to package.json in node modules to recompile the dlls, which is really useful if the node module gets updated.

With that plugin, I am also doing a hack, where I have added a package.json to local code in order to pull out local library code (until it is moved out into its own npm package).

I was wondering if it would be possible for this plugin to:

  • Watch package.json of node modules to invalidate the dll cache
  • Watch changes to any files referenced in the dll to invalidate the cache
@asfktz
Copy link
Owner

asfktz commented Jul 5, 2017

Hi, @ankit

We are currently working on adding watch mode to the Plugin.
I agree with you that It is much needed.

@ankit
Copy link
Author

ankit commented Jul 5, 2017

Ah just noticed #7! thanks @asfktz. Closing this issue.

@ankit ankit closed this as completed Jul 5, 2017
@asfktz asfktz added this to the next release milestone Jul 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants