UNPKG

338 BPlain TextView Raw
1// We don't use the .babelrc file for our babel configuration, preferring for
2// our webpack loaders to have full control over the babel configuration.
3// This allows us to build up our babel config in a much more dynamic fashion
4// easily targetting a mix mash of server vs browser vs dev vs prod etc.
5// @see webpackConfigFactory.js
6{}