Results 71 comments of Zack Young

@miserylee Thanks!

Well, inker8 extractsthe meta info from the SVG file that Adobe XD exported, it might has precision problems if Adobe XD exported a SVG file that is not exactly the...

If You open the HTML file, you can click the artboard name and see the artboard list. If you still can only find one aetboard, can you upload your xd...

Because Adobe XD's plugin API cannot get the document name, I used the name of first artboart to create the folder.

@custcomp Do you mean export all artboards in one page like zeplin? This will be slow for lots of artboards, also is a lot of work. I'm afraid we won't...

@IWANABETHATGUY you can reproduce this issue in https://github.com/zaaack/remix-starter/tree/rolldown-issue

> @sapphi-red, so there are two option to fix this issue: > 1. remove native transform plugin since rolldown-vite already use `oxc-transform` the difference should be pretty small, only string...

@IWANABETHATGUY here is an example project for perfomance compare: https://github.com/zaaack/rolldown-perf Result: ```sh Task: perf [info] vite: 6.45s [info] viteNativePlugin: 3.51s [info] esbuild: 1.07s [info] rsbuild: 5.90s ```

front end with dynamic import also has ` __VITE_IS_MODERN__ is not defined module`

@JUSTIVE Plz try this and run `npx foy build` again: ```ts const { task, desc, option, fs,setGlobalOptions } = require('foy') setGlobalOptions({ loading: false }) task('build', async ctx => { await...