Sergey Zubtsovskiy
Sergey Zubtsovskiy
I've run into the same issue and finally got it resolved by removing `cwd` option from `elm-webpack-loader`. Seems working fine though I don't know if it was a time bomb...
@gavin667 Thank you for sharing this experience! You saved my day yesterday. :-) I ran exactly into the same issue and because of reading your comment in the morning it...
Hello @Taaitaaiger, I have tried your suggestion (changing the target_os from "linux" to any of ("linux", "macos") in the `build.rs` of `jl-sys`), and the basic example worked on my Mac....
Do you mean that in the `.appveyor.yml` there should be a target for MacOS? I can see there are only Windows targets there now. That's a good point. I have...
I see. There does not seem to be an official OSX Docker image (for obvious reasons). I have found one on Github but, frankly, I am not willing to invest...
@Taaitaaiger, you are right, it's not correct to say that `jlrs` supports MacOS without testing. The made changes only enable using it under MacOS to the unknown extent.
In my observation compilation of each entry is still triggered when one of them changes and it leads to very slow compilation times. Currently it takes about 8 seconds for...
@evilebottnawi Thanks for the quick response. I keep investigating things myself for the time being and discovered that problem is apparently neither in `webpack-dev-server` nor in `webpack-dev-middleware` as I installed...
@zer09 Nothing more than monkey-patching the type declarations, unfortunately.
@fredgalvao Big thanks for the context, it is very helpful. I think I tried searching for duplicates before reporting this one, but didn't find anything appropriate for some reason.