Skip to content

Get rid of core-js polyfill added in 4.0.0.beta-2 #3502

@dispalt

Description

@dispalt
  • This is a bug
  • This is a modification request

Code

// webpack.config.js
// additional code, remove if not needed.

Please paste the results of webpack-cli info here, and mention other relevant information

Expected Behavior

It works with IE11

Actual Behavior

I am getting a stack out of space error on IE11 which I think is because of recursion of my core-js symbol polyfill conflicting with your core-js during the Symbol polyfill

For Bugs; How can we reproduce the behavior?

Since you ask users to polyfill Promise and I think my Symbol polyfill is stepping on your Symbol polyfill maybe the best way is to skip using that and just tell people webpack-dev-server client needs to be transpiled if you want to use it in an old browser. I tested it with the polyfill I am getting a stack out of space error, without a polyfill it works.

For Features; What is the motivation and/or use-case for the feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions