Skip to content

v6.3.0

Compare
Choose a tag to compare
@calvinl calvinl released this 28 Feb 21:43
· 3 commits to master since this release
  • Use webpack-merge for better webpack configurations
  • Clean up babel configurations:
    • .babelrc is now only used for server side transpiling
    • Pass babel options directly to babel-loader in webpack configurations since they need to vary between client and SSR configurations.
  • Update dependencies