postcss-map
postcss-map copied to clipboard
Refresh after changes.
If a change values in mapped file changes will appear only after i restart server when using with webpack. what could be the problem?
Maps are sort of cached so we make a file read only once. I believe it all stays in memory while the webpack process is running.
I'll try to investigate this, not sure there is an easy workaround.
Mine will hot reload sometimes out of the blue which is always nice. Not sure what the trigger is.