All Questions
Tagged with vanilla-extract esbuild
1 question
0
votes
2
answers
1k
views
Import image with vanilla-extract and esbuild
I have a problem with images importing using vanilla-extract and esbuild
my build file:
const { build } = require("esbuild");
const { vanillaExtractPlugin } = require("@vanilla-extract/...