File tree 3 files changed +932
-45
lines changed
3 files changed +932
-45
lines changed Original file line number Diff line number Diff line change @@ -84,18 +84,15 @@ you edit your assets while the server is running.
84
84
85
85
See [ ** the documentation** ] [ docs-url ] for more use cases and options.
86
86
87
- ## Caveats
88
-
89
- Version 2.8.0 introduced a change which included ES6 keywords ` const ` and ` let `
90
- within the scripts being served to the browser. This effects environments which
91
- support _ no ES6 whatsoever_ , including older versions of UglifyJS and Internet
92
- Explorer. This was not considered a breaking change at the time due to official
93
- support for oldIE ending in 2016, rather this was seen as a maintenance update.
94
- Those wishing to support oldIE should stick with version 2.7.1.
95
-
96
- For version 2.8.0+ those using UglifyJS in their webpack configs should use the
97
- beta version of [ uglifyjs-webpack-plugin] [ uglify-url ] independently, and _ not_
98
- the built-in plugin. This will change once the new version is out of beta.
87
+ ## Browser Support
88
+
89
+ While ` webpack-dev-server ` transpiles the client (browser) scripts to an ES5
90
+ state, the project only officially supports the _ last two versions of major
91
+ browsers_ . We simply don't have the resources to support every whacky
92
+ browser out there.
93
+
94
+ If you find an bug with an obscure / old browser, we would actively welcome a
95
+ Pull Request to resolve the bug.
99
96
100
97
## Support
101
98
You can’t perform that action at this time.
0 commit comments