zycoJamie
Results
3
comments of
zycoJamie
我也出现类似情况,播放直播流,切换流地址后再播放,空格控制播放与暂停就出现了相同的问题
> Here is my fork of the plugin, with fixed css-loader compatibility: > https://www.npmjs.com/package/@dr.pogodin/babel-plugin-react-css-modules nice,hash has matched css-loader,thank you!
I write following code in my theme config, ```ts vite: { optimizeDeps: { exclude: ["my-theme-name"], }, ``` The error is resolved, but is it bug of vite's "optimizeDeps"? The variable...