Browse Source

Keep XO happy

rollup
Luke Childs 8 years ago
parent
commit
f0d1e1843e
  1. 2
      rollup.config.js

2
rollup.config.js

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

Loading…
Cancel
Save