-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Update webpack.config.js #6064
Closed
Closed
Update webpack.config.js #6064
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Always fetch page resources if user mouseenters a link * Allow plugins to stop core prefetching * Misc small fixes * When rendering bundle for generating HTML, target the current node version * Sort matchPath pages last so more explicit matches win * Misc * Revert * Remove stray console.log
…le (#5223) * update "using-sass" example * [gatsby-plugin-sass] add tests * [gatsby-plugin-less] update tests and README * commit missing file * add missing snapshot
…for @babel/preset-env (#5336) * [v2] sourceType: 'unambigious' is a general babel config option, not for @babel/preset-env * Update snapshots
* small refactor of api-runner-browser to fix tests * remove stray '$' and unneeded eslint-disable-next-line
* Change deleteNode signature to remove nodeId * These tests were failing? * Deprecate old deleteNode method signature * Change touchNode to accept an object
…ia (#5358) * Add gatsby-source-wikipedia * Add gatsby-plugin-guess-js * Only run guess code during builds as can error during development * Set packages to alpha * Add more keywords to gatsby-source-wikipedia * Document plugins
V2 tutorial fixes
`glob.sync` returns files and directories by default. It is not forbidden to name a directory `foo.js` and it would be returned by `glob`. That's an issue because `fs.readFileSync(file)` will then fail with `EISDIR: illegal operation on a directory`. This makes sure that `glob.sync` only returns files
This was referenced Jan 6, 2024
This was referenced Jan 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Missing SSL flag for
FriendlyErrorsWebpackPlugin