mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
9 years ago
7 changed files with 30 additions and 11 deletions
@ -1,6 +1,7 @@ |
|||
module.exports = { |
|||
description: 'dedupes external imports', |
|||
options: { |
|||
external: [ 'external' ] |
|||
external: [ 'external' ], |
|||
moduleName: 'myBundle' |
|||
} |
|||
}; |
|||
|
Loading…
Reference in new issue