Closed yazonnile closed 8 years ago
Just add devMode option to hooks. So NODE_ENV="development" is still available to use. But new feature makes possible to clean cache without NODE_ENV
hooks({ // ... some initial options devMode: true // <------ })
Looks good, thanks!
Just add devMode option to hooks. So NODE_ENV="development" is still available to use. But new feature makes possible to clean cache without NODE_ENV