core-ds / arui-scripts

Simple but flexible tool to build react applications with nodejs server
21 stars 6 forks source link

feat(overrides): pass additional arguments to postcss overrides #242

Closed heymdall-legal closed 2 months ago

heymdall-legal commented 2 months ago

Добавлена возможность более тонкой настройки postcss без необходимости полного переопределения плагинов через оверрайды. Без этого проектам приходилось влезать во внутренности arui-scripts для того чтобы достать настройки postcss плагинов. В некоторых случаях это приводило к появлению циклических зависимостей в импортах, что ломало сборку для некоторых проектов.

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 3388ef15fbe965185a512df93d95ab10d295a03a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | --------------- | ----- | | arui-scripts | Minor | | example-modules | Patch | | example | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

heymdall-legal commented 2 months ago

Закрыто, реализация не нужна, см. https://github.com/core-ds/arui-scripts/pull/239