WaspW
Wasp2y ago
7 replies
Šlukas MacPrásk

Importing external CSS

Hello, I’d like to use "flag-icons" package which one can import in normal React apps with: import "node_modules/flag-icons/css/flag-icons.min.css";
But I get errors with file not found when building with Wasp — if I try to import it with "../../..", then it builds but there’s an error in the browser that the file can’t be accessed.
What to do?
Was this page helpful?