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

main dependencies @ctrl/tinycolor 3.X is not support ie 11, maybe should change ? #71

Closed 405go closed 3 years ago

405go commented 3 years ago

https://github.com/scttcper/tinycolor/pull/203

405go commented 3 years ago

I use webpack alias to reslove it like this: '@ctrl/tinycolor': path.resolve(__dirname, '../node_modules/@ctrl/tinycolor/dist/module/public_api')

scttcper commented 3 years ago

es5 on main export is now supported in https://github.com/scttcper/tinycolor/releases/tag/v3.3.0