From 99e83aa503a54afd1b71db78b89a8be5dc6c0b3b Mon Sep 17 00:00:00 2001 From: ddhp Date: Thu, 15 Nov 2018 18:12:45 +0900 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9bf02..8750142 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This boilerplate would help you build a react/redux/react-router isomorphic/univ - webpack v4 support. - manage your style in [CSS Modules](https://github.com/css-modules/css-modules) way. - babel v7 -- optimize bundle size by implementing [tree shaking](https://webpack.js.org/guides/tree-shaking/) (getting rid of moment.js is on the way [#35](https://github.com/ddhp/react-isomorphic-boilerplate/issues/35)) +- optimize bundle size by implementing [tree shaking](https://webpack.js.org/guides/tree-shaking/) ## Concept ### Getting Started