feat: drop @talend/dynamic-cdn-webpack-plugin package - #5848
Draft
jmfrancois wants to merge 1 commit into
Draft
Conversation
Removed fork/dynamic-cdn-webpack-plugin and its only consumer, tools/scripts-config-cdn — both were dead weight for a webpack CDN externalization feature no longer used since the app build dropped webpack. Also dropped the stale dynamic-cdn-webpack-plugin devDeps (root, playground) and dead talend-scripts.json config keys (components, cmf-router, design-system, playground). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
jmfrancois
temporarily deployed
to
pull_request_unsafe
September 4, 2026 14:53 — with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
September 4, 2026 14:53 — with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
September 4, 2026 14:53 — with
GitHub Actions
Inactive
🦋 Changeset detectedLatest commit: aba9c89 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
Storybook for this PR deployed on this github page |
Contributor
This file contains hidden or 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
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.
Summary
fork/dynamic-cdn-webpack-plugin(@talend/dynamic-cdn-webpack-plugin) — dead weight since the app build was migrated off webpack.tools/scripts-config-cdn(@talend/scripts-config-cdn) — its only consumer, itself unused repo-wide (no build/postinstall step calls it).package.json,packages/playground/package.json) and the deaddynamic-cdn-webpack-pluginconfig key fromtalend-scripts.jsonin components/cmf-router/design-system/playground.@talend/scripts-config-cdndep fromtools/scripts-config-react-webpack/package.json.Test plan
yarn installsucceeds, lockfile updatedscripts-config-cdn/dynamic-cdn-webpack-plugin— only CHANGELOG/README/docs prose remainsyarn eslintintools/scripts-config-react-webpack— pre-existing failures unrelated to this change (verified against base via stash)