Skip to content

Commit

Permalink
enhance: Don't rollup normalizr and use-enhanced-reducer into rest-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed May 21, 2020
1 parent 21e9d2e commit c6f1e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rest-hooks/rollup.config.js
Expand Up @@ -10,6 +10,7 @@ import pkg from './package.json';

const dependencies = Object.keys(pkg.dependencies)
.concat(Object.keys(pkg.peerDependencies))
.concat('@rest-hooks/normalizr', '@rest-hooks/use-enhanced-reducer')
.filter(dep => !['@babel/runtime'].includes(dep));

const extensions = ['.js', '.ts', '.tsx', '.mjs', '.json', '.node'];
Expand Down

0 comments on commit c6f1e12

Please sign in to comment.