You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check contents of node_modules/@blueprintjs/core/dist/coire.bundle.js
Actual behavior
Bundle includes sources of popper.js and react-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 mark react-popper as external dependency
The text was updated successfully, but these errors were encountered:
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: