You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
url() there should not be transformed there, but it gets 💥
It seems that without migration to Linaria v4 (#184) that uses absolute paths it will be impossible to handle this scenario properly.
The text was updated successfully, but these errors were encountered:
In the fixture below
assetWithHash
contains aurl()
that uses relative path (not imported path).griffel/packages/babel-preset/__fixtures__/assets/code.ts
Lines 7 to 12 in eb26eaf
⬇️⬇️⬇️
griffel/packages/babel-preset/__fixtures__/assets/output.ts
Line 27 in eb26eaf
url()
there should not be transformed there, but it gets 💥It seems that without migration to Linaria v4 (#184) that uses absolute paths it will be impossible to handle this scenario properly.
The text was updated successfully, but these errors were encountered: