Noticed when debugging https://github.com/facebookincubator/create-react-app/pull/1179? my suggestion is using https://github.com/avajs/find-cache-dir ``` const findCacheDir = require('find-cache-dir'); findCacheDir({name: 'unicorns'}); //=> '/user/path/node-modules/.cache/unicorns' ``` We added it to `babel-loader` via https://github.com/babel/babel-loader/pull/301 although later a fallback to os https://github.com/babel/babel-loader/pull/318
Noticed when debugging react/create-react-app#1179?
my suggestion is using https://github.com/avajs/find-cache-dir
We added it to
babel-loadervia babel/babel-loader#301 although later a fallback to os babel/babel-loader#318