module.exports = {
description: 'dedupes external imports',
options: {
external: [ 'external' ],
moduleName: 'myBundle'
}
};