We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just setting up with rollup.js, and I'm getting an error when trying to build the main JS file.
/node_modules/symbol-observable/index.js does not export $$observable (imported by node_modules/redux/es/createStore.js).
/node_modules/symbol-observable/index.js does not export $$observable (imported by node_modules/redux/es/createStore.js)
Are there any specific issues building with Rollup?
I currently can't use webpack, the rest of the application in Polymer components, so my options are limited.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Filed as benlesh/symbol-observable#9, let us know if you’d like to help!
Sorry, something went wrong.
This should be fixed.
No branches or pull requests
Just setting up with rollup.js, and I'm getting an error when trying to build the main JS file.
/node_modules/symbol-observable/index.js does not export $$observable (imported by node_modules/redux/es/createStore.js)
.Are there any specific issues building with Rollup?
I currently can't use webpack, the rest of the application in Polymer components, so my options are limited.
The text was updated successfully, but these errors were encountered: