Skip to content

webpack-dev-server broken with IE11 #2361

Description

@southpolesteve
  • Operating System: Windows 10
  • Node Version: 13.2
  • NPM Version:
  • webpack Version:
  • webpack-dev-server Version: 3.10.0
  • Browser: IE 11
  • This is a bug
  • This is a modification request

Expected Behavior

webpack-dev-server works with IE11

Actual Behavior

webpack-dev-server does not work with IE11

For Bugs; How can we reproduce the behavior?

All of my existing projects won't load when I test them in IE11 using webpack-dev-server. I believe it is due to this right here a599f99#diff-132d57f8fb3545bbf4802e0ac0c1b2e2R57 since startsWith is not supported in IE11. AFAIK there is no way to stop webpack-dev-server from injecting that code into the client. As a workaround, I can downgrade to 3.9.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions