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
@bluprintjs/core
yarn add @blueprintjs/core
node_modules/@blueprintjs/core/dist/coire.bundle.js
Bundle includes sources of popper.js and react-popper
popper.js
react-popper
Bundle should just require('react-popper') in UMD header (popper.js is dependency of react-popper)
require('react-popper')
Update https://github.com/palantir/blueprint/blob/develop/packages/webpack-build-scripts/externals.js and mark react-popper as external dependency
https://github.com/palantir/blueprint/blob/develop/packages/webpack-build-scripts/externals.js
The text was updated successfully, but these errors were encountered:
yeah oops gotta update list of externals.
Sorry, something went wrong.
fixed by #3276
No branches or pull requests
Environment
@bluprintjs/core
- 3.7.0Steps to reproduce
yarn add @blueprintjs/core
node_modules/@blueprintjs/core/dist/coire.bundle.js
Actual behavior
Bundle includes sources of
popper.js
andreact-popper
Expected behavior
Bundle should just
require('react-popper')
in UMD header (popper.js
is dependency of react-popper)Possible solution
Update
https://github.com/palantir/blueprint/blob/develop/packages/webpack-build-scripts/externals.js
and markreact-popper
as external dependencyThe text was updated successfully, but these errors were encountered: