Skip to content

Commit 784cd77

Browse files
petermikitsherikras
authored andcommitted
Add 'react-lifecycles-compat' to externals (closes #43) (#44)
1 parent a4b1953 commit 784cd77

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
@@ -48,7 +48,7 @@ export default {
4848
},
4949
output
5050
),
51-
external: ['react', 'prop-types', 'final-form', 'react-final-form'],
51+
external: ['react', 'prop-types', 'final-form', 'react-final-form', 'react-lifecycles-compat'],
5252
plugins: [
5353
resolve({ jsnext: true, main: true }),
5454
flow(),

0 commit comments

Comments
 (0)