From f3096e1d91e5336652699d746ae2130ee45b664e Mon Sep 17 00:00:00 2001 From: Arash Koushkebaghi Date: Sun, 1 Mar 2020 11:23:46 -0800 Subject: [PATCH] feat(release): exclude umd and cjs bundles to publish --- release.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/release.config.js b/release.config.js index ff3f239..f809937 100644 --- a/release.config.js +++ b/release.config.js @@ -29,14 +29,6 @@ module.exports = { path: 'package.json', label: 'Package JSON', }, - { - path: 'dist/webexWidgets.cjs.js', - label: 'Common JS distribution', - }, - { - path: 'dist/webexWidgets.umd.js', - label: 'Universal Module Definition JS distribution', - }, { path: 'dist/webexWidgets.esm.js', label: 'ECMAScript module JS distribution',