diff --git a/src/browser.ts b/src/browser.ts index 48a268fbb8..13fbaca8e7 100644 --- a/src/browser.ts +++ b/src/browser.ts @@ -24,5 +24,5 @@ export * from './withApollo' export * from './types'; // XXX remove in the next breaking semver change (3.0) -const compose = require('lodash/flowRight'); +import * as compose from 'lodash/flowRight'; export { compose };