Skip to content

Commit

Permalink
chore: fix rollup prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 25, 2019
1 parent 298aaf0 commit a6229da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rollup.config.js
Expand Up @@ -13,5 +13,10 @@ export default {
format: 'esm',
},
],
plugins: [babel(), prettier()],
plugins: [
babel(),
prettier({
parser: 'babel',
}),
],
}

0 comments on commit a6229da

Please sign in to comment.