Skip to content

KokoTa/build-with-ie8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to write es6 in ie8

Yes,we can use webpack transform all code to the ie8

How to setting up

See program

How to learn

See this and this

Remember, IE8 no support Object.defineProperty and babel can't pollyfill all functions for this api, so we can't use Vue or React in IE8

If use jquery, please use under or equal 1.9 version. As we know, CDN is a good way to make us code smaller, so util library like jquery we can use CDN to link program. Also, we need to set webpack config file.

Lodash can't support IE8.

Notice

If program isn't large, layui maybe a good part.

If you want use React in IE8, look anu!

About

Use webpack4 to tranform code to support IE8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published