Skip to content

Commit

Permalink
Fix rollup warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh committed Aug 25, 2017
1 parent 2e435d6 commit f79c50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
@@ -1,8 +1,8 @@
import buble from 'rollup-plugin-buble'

export default {
entry: 'src/index.js',
dest: 'dist/index.cjs.js',
input: 'src/index.js',
output: 'dist/index.cjs.js',
plugins: [
buble()
],
Expand Down

0 comments on commit f79c50a

Please sign in to comment.