Skip to content

v 1.2.8 - Maintenance

Compare
Choose a tag to compare
@LinusBorg LinusBorg released this 31 Dec 14:01
· 22 commits to master since this release

Things we improved

  • webpack-dev-server now correctly serves files from /static even if assetsPublicPath has been changed. (#1180), thx to @nkovacs and @alxppp
  • We now use postcss-url to make relative files work correctly in imported .css files. (#1115)
  • Some small typos in docs and files corrected
  • babel-loader now also converts the client code of webpack-dev-server. Fixes #1140

Other changes

  • This template now requires node >=6, so we're dropping suport for node 4, basically. Since vue-cli itself doesn't support node 4 anymore as well, that's a logical step.