Homyee King
Homyee King
sorry to bother you, any solution here?
@jaywcjlove 求作者解答 我也遇到了
我把嵌套的这部分放到了index里,然后就可以了,问题是不是更新的时候清除缓存的方法不对
@harlan-zw I also met this issue, ```js // before import 'windi.css' // after bundle import windiStyleSheet from 'windi.css'; var _styleSheet = windiStyleSheet; ``` shouldn't the virtual module be replaced w/...
@harlan-zw I think maybe something wrong on project config and I haven't figure out: I am building a component library w/ windicss and webapack I transform code in ESM format...
@harlan-zw The component library is using css-in-js and my expectation is that the end user don't have to care about configuring windicss, just use the library. I've been thinking that...