Closed
Description
-
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?
- Clone repo
- Create src/index.js (any content) in root project directory
- Create index.html with
<script src="./main.js"></script>
inroot
project directory - Run
npm run prepare && node bin/webpack-dev-server.js
- Open http://localhost:8080/main.js as source and search
class BaseClient
Any ideas?