We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4c80b commit 11e1e20Copy full SHA for 11e1e20
rollup.config.js
@@ -5,7 +5,7 @@ const packageJson = require('./package.json')
5
process.env.BABEL_ENV = 'production'
6
7
module.exports = {
8
- external: ['immer', 'redux', 'redux-thunk'],
+ external: ['immer', 'memoize-one', 'redux', 'redux-thunk'],
9
input: 'src/index.js',
10
output: {
11
file: `dist/${packageJson.name}.js`,
0 commit comments