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

Prevent Browserify from bundling Buffer #3335

Merged
merged 1 commit into from
Nov 29, 2018

Conversation

matthew-dean
Copy link
Member

Discovered an unnecessary Buffer polyfill was being bundled (because of clone dependency) via this PR -> #3307. Fixed.

@calvinjuarez
Copy link
Member

calvinjuarez commented Nov 28, 2018

Does this replace #3307, or build on it?

In any case 1920 / 14838 lines = ~13% reduction in number of lines in dist/less.js. That's a win.

@matthew-dean matthew-dean merged commit 96fa179 into less:master Nov 29, 2018
@matthew-dean
Copy link
Member Author

@calvinjuarez It doesn't replace it. I think there are some places to fix up the Node implementation.

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.

2 participants