We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
插件配置如下
createHtmlPlugin({ minify: false, entry: path.resolve(__dirname, 'src/main.js'), template: path.resolve(__dirname, 'src/template/index.html'), }),
由于使用了 template/index.html,所以原本在 root 目录下的 index.html 已经被移除,但是在开发模式下直接找不到入口了? version vite: 5.3.4 vite-plugin-html: 3.2.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
插件配置如下
由于使用了 template/index.html,所以原本在 root 目录下的 index.html 已经被移除,但是在开发模式下直接找不到入口了?
version
vite: 5.3.4
vite-plugin-html: 3.2.2
The text was updated successfully, but these errors were encountered: