Patch Changes
-
05686b9: Refactor the
--cpu-prof
profiler to use thenode:inspector
instead of relying on an external module
(v8-profiler-next
, which requirednode-gyp
) -
ab32d1d: Introduce 3 new hooks:
tokens:created
This hook is called when the token engine has been created. You can use this hook to add your format token names and
variables.This is especially useful when migrating from other css-in-js libraries, like Stitches.
export default defineConfig({ // ... hooks: { 'tokens:created': ({ configure }) => { configure({ formatTokenName: (path) => '