Closed airman5573 closed 5 months ago
You can append this to plugins
array in vite.config.ts
to use the old style path.
{
name: 'override-config',
config: () => ({
build: {
// ensure that manifest.json is not in ".vite/" folder
manifest: 'manifest.json',
},
}),
}
At vite5 manifest file is located at /dist/.vite directory.
So this code does not work.
And I think
So I think that asset_url and manifest->dir should be distinct.
By the way, I really like your project. Thanks.