-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Duplication of dependencies #3
Comments
As another example, I just created a npm package that contains a bunch of reusable React components, but because of this, React and ReactDOM are included twice in my project which causes a bunch of errors at run time
Note: I say that this error is linked to including ReactDOM twice because of this: |
@RPDeshaies use the latest FuseBox, it will get TypeScript source instead of a bundle. And then all of your issues will be resolved |
2.4.0 ? |
|
In the README, it says
Isn't that going to duplicate all the dependencies inside the package ?
So if your application and one of your dependency is using
lodash
, it's going to be included twice in your project since your dependency was built by Fusebox?The text was updated successfully, but these errors were encountered: