react-component-library
react-component-library copied to clipboard
[BUG] rollup can't build the library with redux-form
I cant build the library with redux-form.
See the code
Storybook works fine
npm run storybook
but
npm run build
fails with the following error:
Error: 'import' and 'export' may only appear at the top level
Try adding react-redux redux redux-form to peerDependencies so that they're not bundled. Then make sure the consuming projects has these peerDependencies.