animate-css/animate.css
Make sure importing source files is possible
Offen
#1.331 geöffnet am 15.07.2021
feature requestgood first issueimprovementv5
Repository-Metriken
- Stars
- (82.530 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
We should make sure that it's possible to import individual source files directly from the node_modules so developers won't need to resort to custom builds which are very annoying to maintain and not very practical these days.
I think we should check/add support for at least:
- Webpack
- Rollup
- Parcel
Have a look at #1307 for more context.