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

chore(create-gatsby): Microbundle package #28030

Merged
merged 2 commits into from
Nov 13, 2020
Merged

Conversation

ascorbic
Copy link
Contributor

The create-gatsby bundle was getting too large, so I've switched to using microbundle to compile it. I'm bundling almost all dependencies too, so we don't need to wait to install those. Unfortunately readable-stream doesn;t work with rollup, so we can't bundle that. I may switch to a different way of handling the streams, as I'm only using it via stream-filter to filter out npm install warnings.

In order to allow the bundling this makes a few other changes, such as including the configstore file from core-utils.

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 13, 2020
@ascorbic ascorbic added bot: merge on green Gatsbot will merge these PRs automatically when all tests passes topic: cli Related to the Gatsby CLI and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Nov 13, 2020
@gatsbybot gatsbybot merged commit ff805c6 into master Nov 13, 2020
@delete-merged-branch delete-merged-branch bot deleted the create-gatsby-bundle branch November 13, 2020 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: merge on green Gatsbot will merge these PRs automatically when all tests passes topic: cli Related to the Gatsby CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants