Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

MANIFEST.in does not include React 16 bundles in v0.12.0 #49

Closed
mjclawar opened this issue Mar 29, 2018 · 0 comments
Closed

MANIFEST.in does not include React 16 bundles in v0.12.0 #49

mjclawar opened this issue Mar 29, 2018 · 0 comments

Comments

@mjclawar
Copy link
Contributor

The MANIFEST.in file does not include the React 16 bundles, which means that updating the react version does not work in development in other projects (e.g., this PR in dash-core-components), starting in v0.12.0.

Addressing this issue requires updating the MANIFEST.in to

include dash_renderer/bundle.js
include dash_renderer/react-dom@*.min.js
include dash_renderer/react@*.min.js

to handle all react and react-dom files via blob for publishing to PyPI

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant