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
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
while investigating this (I haven't read the code closely) I thought it might be useful if the css plugin checked if the file referenced was already minified. This would allow imports statements like:
import 'font-awesome/css/font-awesome.min.css!';
Aidan
The text was updated successfully, but these errors were encountered:
Using bundle-sfx on an app that includes font-awesome.
underlying issue is probably related to
clean-css/clean-css#524.
while investigating this (I haven't read the code closely) I thought it might be useful if the css plugin checked if the file referenced was already minified. This would allow imports statements like:
import 'font-awesome/css/font-awesome.min.css!';
Aidan
The text was updated successfully, but these errors were encountered: