From a7df581e3e7db8980f14699e4ca3284d3c80be8f Mon Sep 17 00:00:00 2001 From: James Gillmore Date: Sat, 12 Aug 2017 02:55:01 -0700 Subject: [PATCH] fix($docs): babel-config update with link to old boilerplate --- docs/babel-config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/babel-config.md b/docs/babel-config.md index 82a7959..2c36a3b 100644 --- a/docs/babel-config.md +++ b/docs/babel-config.md @@ -88,3 +88,5 @@ The following is an older boilerplate that will showcase babel being used with c - https://github.com/faceyspacey/flush-chunks-boilerplate-babel-chunknames We highly recommend you checkout. We aren't promoting this route, but you can definitely learn from how its configured. Specifically how the server babel config is different from the client webpack config. Check the `.babelrc` and the webpack configs. + +