From 908c251b2503689fef5b625261696be16374f2a3 Mon Sep 17 00:00:00 2001 From: Arash Koushkebaghi Date: Wed, 26 Feb 2020 16:56:07 -0800 Subject: [PATCH] feat(rollup): remove cjs and umd bundles --- rollup.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 64b5620c..45543bb4 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -18,11 +18,7 @@ const output = (name, format) => ({ export default [ { input: 'src/index.js', - output: [ - output('webexSDKComponentAdapter', 'cjs'), - output('UMDWebexSDKComponentAdapter', 'umd'), - output('ESMWebexSDKComponentAdapter', 'esm'), - ], + output: [output('ESMWebexSDKComponentAdapter', 'esm')], plugins: [ resolve(), babel({