Importing external CSS
Hello, I’d like to use "flag-icons" package which one can import in normal React apps with:
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?
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?
