Skip to content

Conversation

calvinl
Copy link
Member

@calvinl calvinl commented Feb 28, 2018

  • 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
- .babelrc now only contains configuration for server files - webpack-built files are now configured by passing options directly to babel-loader and skipping .babelrc
@calvinl calvinl merged commit 09159c1 into master Feb 28, 2018
@calvinl calvinl deleted the feature/babel-enhancements branch February 28, 2018 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant