Skip to content
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

Basic bundling example #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Basic bundling example #113

wants to merge 1 commit into from

Conversation

akella
Copy link

@akella akella commented Jun 4, 2020

This is just a demo to test package compatibility with bundlers. Instructions are in readme.md.
This works with this PR #89 done by @Unsigno
Does not work with current master branch.

@spite
Copy link
Owner

spite commented Jun 15, 2020

Is this a parcel specific usage, or does it apply to other bundlers?

Also, does npm link allow you to work with your local development version, and other projects use that local version, instead of having to check out the version hosted on npm?

@akella
Copy link
Author

akella commented Jun 15, 2020

As far as i know, there is nothing parcel specific in here, should work with Webpack and others just like that, same code.

Yep, this alias-link makes all the projects use local dependency instead of npm one. This is usually recommended way to test them locally.

@gsimone
Copy link
Contributor

gsimone commented Aug 8, 2020

Can confirm I easily integrated that fork in a rollup project, if you want to see a working example: https://github.com/gsimone/r3f-ccapture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants