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 a4b1953 commit 784cd77Copy full SHA for 784cd77
rollup.config.js
@@ -48,7 +48,7 @@ export default {
48
},
49
output
50
),
51
- external: ['react', 'prop-types', 'final-form', 'react-final-form'],
+ external: ['react', 'prop-types', 'final-form', 'react-final-form', 'react-lifecycles-compat'],
52
plugins: [
53
resolve({ jsnext: true, main: true }),
54
flow(),
0 commit comments