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

breaking change: rename disableFilenameHash to filenameHash #1511

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

chenjiahan
Copy link
Member

Summary

output.disableFilenameHash

Rename output.disableFilenameHash to output.filenameHash.

  • Type:
type FilenameHash = boolean;
  • Default: true

  • Before:

export default {
  output: {
    disableFilenameHash: true,
  }
};
  • After:
export default {
  output: {
    filenameHash: false,
  }
};

Related Links

#1420

Checklist

  • Tests updated.
  • Documentation updated.

Copy link

netlify bot commented Feb 5, 2024

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 216e695
🔍 Latest deploy log https://app.netlify.com/sites/rsbuild/deploys/65c0515d3c853900080edc52
😎 Deploy Preview https://deploy-preview-1511--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@chenjiahan chenjiahan merged commit 7c21b24 into main Feb 5, 2024
8 of 9 checks passed
@chenjiahan chenjiahan deleted the filename_hash_0205 branch February 5, 2024 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant