Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(*): ignore css order to prevent conflicts #105

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

vaagnavanesyan
Copy link
Contributor

При сборке с использованием lazy-импортов выводятся предупреждения:

Conflicting order. Following module has been added:
 * ...gutters.css
despite it was not able to fulfill desired ordering with these modules:
 * ...inverted.css
   - couldn't fulfill desired order of chunk group(s) root-page
   - while fulfilling desired order of chunk group(s) settings-page

Проблема кроется в mini-css-extract-plugin и решается добавлением свойства ignoreOrder

@changeset-bot
Copy link

changeset-bot bot commented Aug 30, 2023

🦋 Changeset detected

Latest commit: d314448

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 Patch
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Нарушение порядка импорта css-файлов при использовании React.lazy
2 participants