-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node_modules file support #5
Comments
不清楚你在 在我的电脑中 clone 了上述代码,并使用 看起来 |
抱歉没有及时回复消息 要看到出错效果要做一些编辑,
|
是的,根据你提供的步骤,build 报错了。 我的问题是:原 因为我在 如果你的问题是——我fork了你的代码添加了json文件的支持,那我个人认为不需要做任何更改,原插件就支持 json。 P.S.使用本插件遇到了任何问题,请提供下复现链接/仓库吧(尽量不要用你自己修改的版本)。。。 感谢~~~ |
vite 目前不能解析带有查询后缀的第三方库。譬如这样: 我给vite提了PR,只能等他们merge了,要不没法实现你想要的功能。 |
抱歉,他们不同意更改 |
谢谢你耐心解答 |
thanks,is works,我fork了你的代码添加了json文件的支持,
https://github.com/CaptainLiao/vite-plugin-webpackchunkname
但是我无法在 node_modules 的文件上设置chunkname,我不知道该怎么处理
const Vue3Lottie = async () =>
(await import(/* webpackChunkName: "vue-lottie" */ "vue3-lottie")).Vue3Lottie;
如果删除了transform里面的这这一句代码就会报下面的错误
我稍后会补充一个实例项目地址
https://github.com/thetime50/front-laboratory/tree/master/vue3-tsv
The text was updated successfully, but these errors were encountered: