Document babel caching (#1432)

This commit is contained in:
Tim Neutkens 2017-03-15 20:47:31 +01:00 committed by GitHub
parent 8bd46c8380
commit 1a7e804361

View file

@ -26,3 +26,7 @@ now
## The idea behind the example
This example show how to set custom environment variables for your application based on NODE_ENV using [transform-define](https://github.com/FormidableLabs/babel-plugin-transform-define).
## Caveats
Because a babel plugin is used the output is cached in `node_modules/.cache` by `babel-loader`. When modifying the configuration you will have to manually clear this cache to make changes visible.