You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, before this I was doing fine with including the HTML pages. However, today I tried installing the file again due to certain bugs. And when I run npm run dev it's not working as it used to be.
The reproduction uses the latest, however in my local I uses 2.0.0-beta.25. The result is the same however. I can't put the extra HTML pages in build.rollupOptions.input to dist directory. This is interesting because, I used to run the setup fine. Then I tried to redownload the packages again and suddenly.. It didn't work???
Running bun run build or npm run build build the files perfectly the way I want it to be. But what I want is the easy reloading, and it suddenly didn't work.
“I also encountered this problem. In dev mode, the multiple pages configured in Vite under the input setting do not exist in the dist directory. If you configure web_accessible_resources in the manifest, they will be output to the dist directory, but the TypeScript files will not be compiled into JavaScript.”
Build tool
Vite
Where do you see the problem?
Describe the bug
So, before this I was doing fine with including the HTML pages. However, today I tried installing the file again due to certain bugs. And when I run
npm run dev
it's not working as it used to be.Here is my
vite.config.ts
:Reproduction
https://github.com/irfandyj/debug-crxjs-extra-html-pages
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: