Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
chore: fix rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jun 2, 2018
1 parent dd734f4 commit ef3eac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const esConfig = Object.assign({}, baseConfig, {
external: [
...baseConfig.external,
...Object.keys(pkg.dependencies),
'react-transition-group/Transition',
'recompact/getDisplayName',
'recompact/isClassComponent',
],
Expand All @@ -38,6 +39,7 @@ const cjsConfig = Object.assign({}, baseConfig, {
external: [
...baseConfig.external,
...Object.keys(pkg.dependencies),
'react-transition-group/Transition',
'recompact/getDisplayName',
'recompact/isClassComponent',
],
Expand Down

0 comments on commit ef3eac9

Please sign in to comment.