style-dictionary-utils
style-dictionary-utils copied to clipboard
working on setting up SD4
Using SD 4.0.0 (see SD releases)
Hey @jorenbroekema,
I know it took very long, but I now merged your changes into sd4 and got it to run all the way up until version 4.14
(15 brings a lot more breaking changes, so I it does not work yet).
However, you have added "__tests__/**/*"
to the include section in tsconfig.json
at some point. I had to reverse it now, but I am wondering if this was on purpose. Am I missing something and should this be in the dist folder?
Thanks for all the help so far.
Another question @jorenbroekema,
you added dist-cjs
but it looks to me like dist
and dist-cjs
are exactly the same. Is this true or is there a difference?
https://github.com/lukasoppermann/style-dictionary-utils/pull/51 created a PR to the sdv4 branch to upgrade things to latest, I think everything is working?
Done in a different PR