adeo / mozaic-design-system

Mozaic Design System
https://mozaic.adeo.cloud
Apache License 2.0
71 stars 17 forks source link

[tools] – Allow to import our js files both with `import` (ES Modules) and with `require` (CommonJS) #1366

Closed tiloyi closed 1 year ago

tiloyi commented 1 year ago

I want to propose an evolution/improvement on

Tools (PostCSS, Stylelint, ...)

Description

Allow to import our js files both with import (ES Modules) and with require (CommonJS)

Describe the solution you would like

No response

Describe the alternatives you considered

No response

Additional comments

No response

tiloyi commented 1 year ago

Fixed by https://github.com/adeo/mozaic-design-system/pull/1315