Bo
Bo
> hi there! @meowtec got a question related to this issue, i'm using a Remix app, which has SSR embedded, i'm getting a ton of hydration errors and the icons...
Maybe we could have a global variable called `__VITE_SVG_SPRITE_TARGET_EL__` which the user could register to `window`. If `__VITE_SVG_SPRITE_TARGET_EL__` existed, `` will be inserted here. Then you could: ``` // register...
> If we go in this direction, maybe just export `getSvgRoot()` from runtime? > > That way, one could do: > > ```js > import { getSvgRoot } from "vite-plugin-svg-sprite";...
> I met the same problem and removing `LogTarget::Webview` worked for me. Yes, this workaround worked for me too.
@bcoe The same problem here if I set `devtool` to `source-map`. Now I have just two files: `src/index.js` and `src/app.vue`, and execute the dist file both in the browser and...
It use `pngquant.exe` or `cjpeg.exe` locally. You can find them in your software installation directory.
> First of all, this program should not do anything by itself when I am just adding some files to it, the user should decide if or when the program...
有没有更具体的例子?
新版本支持了,等审核通过
目前代码里应该没有这个限制。