Skip to content

chore: revert "bump webpack from 5.94.0 to 5.105.0 (#13040)"#13074

Merged
ilhan007 merged 1 commit intomainfrom
revert-webpack-bump
Feb 12, 2026
Merged

chore: revert "bump webpack from 5.94.0 to 5.105.0 (#13040)"#13074
ilhan007 merged 1 commit intomainfrom
revert-webpack-bump

Conversation

@ilhan007
Copy link
Contributor

Reverts #13040 - webpack 5.105.0 breaks playground-elements at runtime

  • Before (5.94.0): Webpack would statically analyze import.meta.url patterns and either:

    • Transform them at build time
    • Leave known patterns alone for runtime resolution
  • After (5.105.0): Webpack now defers unknown import.meta property resolution to runtime.
    This change causes webpack to:

The Breaking Pattern

// This pattern in playground-elements:
const baseUrl = import.meta.url;  // "https://unpkg.com/playground-elements@0.18.1/..."
import(baseUrl + 'some-file.js'); // webpack now tries to resolve this as a module

References

@ilhan007 ilhan007 merged commit b3eda19 into main Feb 12, 2026
14 checks passed
@ilhan007 ilhan007 deleted the revert-webpack-bump branch February 12, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant