I noticed after updating to 2.1.2 the default site url is using .local instead of .dev, cool.
The problem is that it doesn’t play nice with Browsersync on Mac. I noticed reload times upwards of 15 seconds every time I would save a sass file.
So I did some googling and came across this: https://stackoverflow.com/a/45331805
Is this a known issue / is something being done about it, or should I continue to edit my hosts file after every new project creation with .local (or just go back to using .dev)?
Thanks!