Skip to content

Commit

Permalink
Improve pattern example (#55)
Browse files Browse the repository at this point in the history
* .es7 sucks

* js
  • Loading branch information
shvaikalesh authored and paulmillr committed Mar 29, 2017
1 parent df0e92b commit c42c598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports.plugins = {
module.exports.plugins = {
// ...
babel: {
pattern: /\.es7$/ // By default, JS|JSX|ES6 are used.
pattern: /\.(js|vue)$/ // By default, JS|JSX|ES6 are used.
}
}
```
Expand Down

0 comments on commit c42c598

Please sign in to comment.