Browse Source

Allow 'exports' key

gh-669
Alec LaLonde 9 years ago
parent
commit
73523e29b5
  1. 1
      src/rollup.js

1
src/rollup.js

@ -13,6 +13,7 @@ const ALLOWED_KEYS = [
'dest', 'dest',
'entry', 'entry',
'external', 'external',
'exports',
'footer', 'footer',
'format', 'format',
'globals', 'globals',

Loading…
Cancel
Save