You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The postcss improvement of the previous version was incomplete, and didn't work for .css files imported inside of .vue files. This update adds postcss-import to the postcss config, and with that, postcss is applied to all css. ( #1053 )
The default config of webpack-dev-server is very noisy in your browser's console - every HMR action logs multiple lines. After @Frondor raised our awareness about this, we reduced the clientLogLevel option of the devServer to only log warnings and errors. ( #1063 )