Replies: 2 comments 1 reply
-
I don't have any apps that use laravel-mix v6. It's possible this is just a bug with the newer version. I use laravel-mix v4 and hot reload is working still. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I saw the laravel-mix version of lucky website update to 6.x. https://github.com/luckyframework/website/blob/main/package.json#L21 Did I misunderstand something? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if this is a config issue, but, when change crystal source code, hot reload on the browser is working, but, not work when change CSS or JS, assets was recompiled after changes happen, as the log in following screenshot.
but i have to refresh the browser to make CSS/JS take effect.
I test on an new created lucky project, same, test on both Firefox and Chrome.
I saw a
--hot
options inmix watch
.But, set it not help.
Just curious, why we are not add the browser auto reload when change assets, Or, some things wrong on my side?
lucky version: 1.2.0
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions