Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy authored Aug 27, 2017
1 parent 8fc3686 commit 1164f70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ const prettier = require('rollup-plugin-prettier');

```javascript
module.exports = {
entry: path.join(__dirname, 'src', 'index.js'),
dest: path.join(__dirname, 'dist', 'bundle.js'),
input: path.join(__dirname, 'src', 'index.js'),

output: {
file: path.join(__dirname, 'dist', 'bundle.js'),
},

plugins: [
// Run plugin with prettier options.
prettier({
Expand Down

0 comments on commit 1164f70

Please sign in to comment.