-
Notifications
You must be signed in to change notification settings - Fork 41
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
file watching does not work when bundle option is set to true #94
Comments
Thanks for the report. I will take a look.
…On Wed, May 17, 2017 at 18:38 Coot ***@***.***> wrote:
If you change bundle to true in the example
<https://github.com/ethul/purescript-webpack-example> and modify
non-entry point the webpack will not rebuild purescript code.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#94>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVYyz8U_PONBzMdDp7i2UxOL70KJS7Lks5r63bIgaJpZM4Nehka>
.
|
Sorry for the delay on this. I just checked, and this is problematic as well back in version 2.4.2 of the loader. However, I am wondering the use-case for bundling when using webpack in watch mode. Would you be able to detail this a bit further? Thanks! |
this fixed all my watching and bundling woes: in
|
@aztecrex so you just disabled the bundle option i watching mode, that's not a solution for this issue ;) I'll try to debug it one day... in the meantime I switched to |
Thanks for the note @aztecrex. That definitely works if one does not need to bundle in watch mode. @coot I think using I think I'd like to see if this issue can be resolved in the same way that dependencies are tracked when bundling is turned off. Using |
@ethul that's fine. I don't know webpack internals (more than reading
On subsequent compilation:
and lots of other build commands that follow
|
Is there any update on this, or any known workaround? I am using the following in my webpack configuration: plugins : [ new ExtraWatchWebpackPlugin({files : pursSources()})],
cache : false, Simply using the line with the |
If you change
bundle
totrue
in the example and modify non-entry point the webpack will not rebuild purescript code.The text was updated successfully, but these errors were encountered: