Skip to content

Commit 11e1e20

Browse files
committed
Fixes rollup config
1 parent aa4c80b commit 11e1e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const packageJson = require('./package.json')
55
process.env.BABEL_ENV = 'production'
66

77
module.exports = {
8-
external: ['immer', 'redux', 'redux-thunk'],
8+
external: ['immer', 'memoize-one', 'redux', 'redux-thunk'],
99
input: 'src/index.js',
1010
output: {
1111
file: `dist/${packageJson.name}.js`,

0 commit comments

Comments
 (0)