Skip to content

[critical] webpack-dev-server broken in old browsers #1981

Closed
@alexander-akait

Description

@alexander-akait
  • Operating System: no matter

  • Node Version: no matter

  • NPM Version: no matter

  • webpack Version: no matter

  • webpack-dev-server Version: 3.6.0

  • This is a bug

  • This is a modification request

Code

Ref #1933

Expected Behavior

No ES6 syntax in client

Actual Behavior

Exists class

For Bugs; How can we reproduce the behavior?

  1. Clone repo
  2. Create src/index.js (any content) in root project directory
  3. Create index.html with <script src="./main.js"></script> in root project directory
  4. Run npm run prepare && node bin/webpack-dev-server.js
  5. Open http://localhost:8080/main.js as source and search class BaseClient

/cc @hiroppy @Loonride

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions