Skip to content

Commit

Permalink
fix(package): add filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Utzel-Butzel committed Jul 26, 2020
1 parent 023730e commit cfbebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const baseConfig = {

const umdExternalDependencies = Object.keys(
packageJson.peerDependencies
); /*.filter((dependency) => dependency !== 'carbon-components')*/
).filter((dependency) => dependency !== 'carbon-components');

const umdBundleConfig = {
input: baseConfig.input,
Expand Down

0 comments on commit cfbebd9

Please sign in to comment.