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

Unnecessary bundling #24

Closed
cprecioso opened this issue Apr 3, 2016 · 1 comment
Closed

Unnecessary bundling #24

cprecioso opened this issue Apr 3, 2016 · 1 comment

Comments

@cprecioso
Copy link

rcu is making npm grab eval2, tippex and vlq, but they aren't actually used, because rollup is set up to bundle them into the dist/ packages. So, either these dependencies should be moved to devDependencies, or rollup-plugin-node-resolve shouldn't be used any more.

@Rich-Harris
Copy link
Member

Good catch, thanks! Released a new version that moves them to devDependencies

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

No branches or pull requests

3 participants