Browse Source

Allow `sourceMapFile` as an option.

Fixes #717.
ghi-672
Brian Donovan 8 years ago
parent
commit
c9d422d52d
  1. 1
      src/rollup.js

1
src/rollup.js

@ -28,6 +28,7 @@ const ALLOWED_KEYS = [
'plugins',
'preferConst',
'sourceMap',
'sourceMapFile',
'targets',
'treeshake',
'useStrict'

Loading…
Cancel
Save