donnikitos / vite-plugin-html-inject

Split your ViteJS index.html into smaller pieces
https://www.npmjs.com/package/vite-plugin-html-inject
MIT License
59 stars 3 forks source link

static html component can't loade other html components? #13

Open Yangjiejiejie opened 7 months ago

Yangjiejiejie commented 7 months ago
image

in this case i got a error like that

image

static html component can't loade other html components?

how to solve this

donnikitos commented 7 months ago

In theory it should be able to. Is the requested file path correct?

I will look into that shortly.

Yangjiejiejie commented 7 months ago

thanks for your reply. the file path is right,it's a relative path. in my pages html , I writen by this

image

it's working。

this seems to be a recursive reference problem.