Minor Changes
-
#810
c38b152
Thanks @markdalgleish! - Support excluding file names fromgenerateIdentifier
output. This is available by passing a newly-added options object rather than a string.Example usage
import { generateIdentifier } from '@vanilla-extract/css'; const identifier = generateIdentifier({ debugId, debugFileName: false, });
Patch Changes
-
#810
c38b152
Thanks @markdalgleish! - Fix spaces in debug IDs for variable names. -
#810
c38b152
Thanks @markdalgleish! - Fix file name prefix in debug names when file extension is.cjs
or.mjs
.