Browse Source

Keep XO happy

pull/13/head
Luke Childs 8 years ago
parent
commit
6e60874c6d
  1. 2
      rollup.config.js

2
rollup.config.js

@ -6,7 +6,7 @@ const pkg = require('./package.json');
export default { export default {
entry: 'src/index.js', entry: 'src/index.js',
plugins: [ plugins: [
babel(), babel()
], ],
targets: [ targets: [
{ {

Loading…
Cancel
Save