Florian Schrödl
Florian Schrödl
Here's the repro for the issue: https://github.com/tokens-studio/style-dictionary-shadow-cljs Bundling will error with: Stacktrace ``` file uses import() with unsupported arguments and cannot be processed Node(DYNAMIC_IMPORT): /home/floscr/Code/Repositories/shadow-cljs-quickstart/node_modules/style-dictionary/lib/StyleDictionary.js:220:25 [source unknown] Parent(AWAIT): /home/floscr/Code/Repositories/shadow-cljs-quickstart/node_modules/style-dictionary/lib/StyleDictionary.js:220:19 [source...
Totally agree for doing this as soon as possible
Same issue here when running without a compositor. I agree that it shouldn't be necessary to run compositor for context menus though, as you might disable for the performance overhead.
Hey no problem! My use case was to quickly flip the order of items in a playlist where I add stuff and sort it over time. This wouldn't have quite...