We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Ref #1933
No ES6 syntax in client
Exists class
class
<script src="./main.js"></script>
root
npm run prepare && node bin/webpack-dev-server.js
class BaseClient
/cc @hiroppy @Loonride
Any ideas?
The text was updated successfully, but these errors were encountered:
We should fix it asap
Sorry, something went wrong.
Pin webpack-dev-server version
c507180
webpack/webpack-dev-server#1981
Successfully merging a pull request may close this issue.
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?
<script src="./main.js"></script>
inroot
project directorynpm run prepare && node bin/webpack-dev-server.js
class BaseClient
/cc @hiroppy @Loonride
Any ideas?
The text was updated successfully, but these errors were encountered: