You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: