vue-meteor icon indicating copy to clipboard operation
vue-meteor copied to clipboard

Application rebuild on css change

Open AsafAgranat opened this issue 6 years ago • 0 comments

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

AsafAgranat avatar Aug 13 '17 14:08 AsafAgranat