ant-design / ant-design-colors

:art: Color Palettes Calculator of Ant Design
https://ant.design/docs/spec/colors
MIT License
652 stars 79 forks source link

"module" entry point contains unsupported syntax #1

Closed yesmeck closed 6 years ago

yesmeck commented 6 years ago

This line uses arrow function, which will fail on old browsers.

module doesn't mean all language features are supported, but actually just indicates that an ES module is being exported.