Kevin Deng
Kevin Deng
Please refer to https://github.com/sxzz/element-plus-best-practices/blob/93be0126da935109ae25cf2f9539991fb4f1d87c/vite.config.ts#L38
As a starter / template, I think the better way is to ignore or exclude lock file, and then the template is always up-to-date. Besides, I don't think we should...
Please provide a reproduction repo.
用于webpack下暂时有点问题
@ShaneLee-9 @wangshuai0 似乎是与 babel 一起用的时候会出问题,尝试去掉 babel 试试
@giserman001 https://github.com/sxzz/unplugin-vue-define-options/issues/13#issuecomment-1066300557
尝试上面提到的方法。 https://github.com/sxzz/unplugin-vue-macros/issues/23#issuecomment-1170283222
@ckvv 请提供最小复现。 https://antfu.me/posts/why-reproductions-are-required-zh
@ckvv 没问题的,因为使用了别名 ``` "typesVersions": { "*": { "*": [ "./dist/*", "./*" ] } }, ```