-
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
Add parcel flag #39050
Add parcel flag #39050
Conversation
…pplied to URLs in manifest.webmanifest and HTML head.
…pplied to URLs in manifest.webmanifest and HTML head.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…est.webmanifest and HTML head. Ensured correct path handling and resolved linting issues by updating string literals and formatting.
…est.webmanifest and HTML head. Ensured correct path handling and resolved linting issues by updating string literals and formatting.
…est.webmanifest and HTML head. Ensured correct path handling and resolved linting issues by updating string literals and formatting.
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…tPrefix and pathPrefix
…tPrefix and pathPrefix
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
Create devcontainer.json
Fix issue 25207
- Add DISABLE_PARCEL_FOR_CONFIG flag to gatsby-config.js - Add 'develop' script with Parcel flag to package.json - Implement DISABLE_PARCEL_FOR_CONFIG flag in flags.ts with comprehensive checks - Refactor and improve existing code in flags.ts - Update .eslintrc.js to remove TypeScript linting rules - Update .circleci/config.yml to remove unnecessary cache management - Add .cursorignore and devcontainer.json files - Add npm scripts for linting and formatting - Add npm as a dependency - Update manifest creation function in gatsby-node.js - Add yarnrun file
- Add DISABLE_PARCEL_FOR_CONFIG flag to gatsby-config.js - Add 'develop' script with Parcel flag to package.json - Implement DISABLE_PARCEL_FOR_CONFIG flag in flags.ts with comprehensive checks - Refactor and improve existing code in flags.ts - Update .eslintrc.js to remove TypeScript linting rules - Update .circleci/config.yml to remove unnecessary cache management - Add .cursorignore and devcontainer.json files - Add npm scripts for linting and formatting - Add npm as a dependency - Update manifest creation function in gatsby-node.js - Add yarnrun file
@emmron This PR is very large and unwieldy, updates unrelated code, and it isn't clear to me what it's solving. To be honest it looks like it may even have been AI generated, and it looks very similar to #39042. I'm going to close it, but please feel free to open smaller, more easily reviewable PRs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@serhalp Code Cleanup and Configuration:
New Features:
Refactoring and Improvements:
Minor Changes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ @
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Documentation
Tests
Related Issues