feat(cli-service): support contenthash in lib build chunkFilename#7489
feat(cli-service): support contenthash in lib build chunkFilename#7489yaojiafeng wants to merge 2 commits intovuejs:devfrom
Conversation
6d4221d to
2cfe675
Compare
Allow users to configure contenthash for chunk files via vue.config.js when building in library mode. Fixes vuejs#7476
2cfe675 to
2c132c9
Compare
|
Hi maintainers, The Root CauseThe CI environment is using Node.js 16.13.1, but the test suite is trying to install My ChangesThis PR only modifies:
Failing Tests AnalysisThe failing tests in
None of these tests are related to my library build changes. They are failing because of dependency installation issues caused by the Node version mismatch, not because of any code issues in my PR. The test that actually validates my changes ( RequestCould you please review the other CI results (especially Thank you for your time! 🙏 |
Co-authored-by: Cursor <cursoragent@cursor.com>
Allow users to configure contenthash for chunk files via vue.config.js when building in library mode.
Fixes #7476
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information: