Skip to content

Commit

Permalink
v6.2.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Oct 26, 2016
1 parent 60aee64 commit 09a2cef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v6.2.6

### 🐛 Bug Fix

- Use standard cache dir as default `cacheDirectory` @fson

Use the common cache directory, `./node_modules/.cache/babel-loader`, as the default cache directory (when the cacheDirectory setting is enabled).

```js
query: {
cacheDirectory: true
}
```

## v6.2.5

- Don't show the call stack for a Babel error (such as when you have a syntax error)
Expand Down

0 comments on commit 09a2cef

Please sign in to comment.