vue-meteor
vue-meteor copied to clipboard
Application rebuild on css change
When changing code inside the <style>
tag in a .vue file, HMR is immediately pushing the change to the browser, but at the same time meteor is also restarting the server (in console), triggering a rebuild of the application (I'm referring to changing CSS only).
Is this the normal behavior?
Note: when saving the file without any change, a rebuild is not triggered