diff --git a/packages/checkout/widgets-lib/rollup.config.js b/packages/checkout/widgets-lib/rollup.config.js index 1e6ad906e8..54684ee9da 100644 --- a/packages/checkout/widgets-lib/rollup.config.js +++ b/packages/checkout/widgets-lib/rollup.config.js @@ -23,18 +23,6 @@ export default [ dir: 'dist', format: 'es' }, - plugins: [ - ...defaultPlugin - ] - }, - { - watch: false, - input: 'src/index.ts', - output: { - dir: 'dist', - format: 'es', - name: 'ImmutableCheckoutWidgets' - }, context: 'window', plugins: [ resolve({