cooking
cooking copied to clipboard
Config webpack-dev-server to 2.7.x for Browsers that do not support ES6.
Please see: https://github.com/webpack/webpack-dev-server/issues/1104
Specific case: webpack-dev-server 2.8.x in iOS 9.3.3 Safari
ES6 codes of webpack-dev-server/client/index.js will be injected to browser,
then throw Error: "Const declarations are not supported in strict mode."