luogu-dev / markdown-palettes

Markdown*Palettes: Markdown editor for the modern web.
192 stars 28 forks source link

A proposition about the version of JavaScript #28

Closed Link14349 closed 5 years ago

Link14349 commented 5 years ago

In your project, the version of JavaScript is ES6, but on the market, not all browsers support ES6 standards, and it is recommended that ES6 code be converted to ES5 code via command line tools.

laosb commented 5 years ago

@qianduanXIAOHAOZI According to the browserlist, all targeted browsers are ES6 ready. If you want a ES5 build, you can simply change the browser list and compile at your own.

lin-toto commented 5 years ago

@qianduanXIAOHAOZI According to the browserlist, all targeted browsers are ES6 ready. If you want a ES5 build, you can simply change the browser list and compile at your own.

himself65 commented 5 years ago

@qianduanXIAOHAOZI According to the browserlist, all targeted browsers are ES6 ready. If you want a ES5 build, you can simply change the browser list and compile at your own.

moesoha commented 5 years ago

@qianduanXIAOHAOZI 根据 browserlist,所有目标浏览器都已经滋磁 ES6 了。如果你想要一个 ES5 的版本,你可以对 browserlist 进行修改然后自己编译。