Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 2 tasks
alexander-akait opened this issue Jun 6, 2019 · 1 comment · Fixed by #1982
Closed
1 of 2 tasks

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

alexander-akait opened this issue Jun 6, 2019 · 1 comment · Fixed by #1982

Comments

@alexander-akait
Copy link
Member

alexander-akait commented Jun 6, 2019

  • 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?

@alexander-akait alexander-akait changed the title [urgent ]webpack-dev-server broken in old browsers [critical] webpack-dev-server broken in old browsers Jun 6, 2019
@alexander-akait
Copy link
Member Author

We should fix it asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant