From c2eaa47564f553276b0140ef69b32967db16794b Mon Sep 17 00:00:00 2001 From: EGOISTIAN Date: Fri, 26 Feb 2016 11:23:31 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9f5391a..35e050c 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,8 @@ semantic-release

+**NOTICE:** Tooling 1.0 is currently under heavily development on [next branch](https://github.com/egoist/tooling/tree/next), cli usage may change a lot when 1.0 lands. + ## Purpose You always need to configure webpack for each of your projects, drop `webpack.config.dev.js` `webpack.config.prod.js` for development and production envs. Install tons of common modules like loaders and frameworks. Tooling is just an apporach to skip that verbose procedure.