internet explorer 8 - Getting Webpack 2 to support IE8 -
i want use webpack 2 in large project must still support ie8.
i've installed babel-preset-env
can deprecate ie < 11 in future, 1 one, once each of browsers becomes unsupported project.
according babel-preset-env readme "if targeting ie 8 , chrome 55 [babel-preset-env] include plugins required ie 8 since need support both still."
as understand it, need install babel-polyfill
ie5 shim, polyfills es6 , 7 features may wish use.
however having installed these things, code still falls on over ie8 (in browserstack) @ point object.defineproperty(__webpack_exports__, "__esmodule", { value: true });
first run. function thought getting 'fixed' shims.
is not getting shimmed properly? have missed out step?
Comments
Post a Comment