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
This is project simple strcuture
plugins: [ createHtmlPlugin({ pages: [ { filename: "index.html", template: "src/templates/index.html", injectOptions: { data: { title: "index", injectScript: `<script src="./inject.js"></script>`, }, tags: [ { injectTo: "body-prepend", tag: "div", attrs: { id: "tag1", }, }, ], }, }, ], }), ], };
Looks like the project is no longer maintained.
The text was updated successfully, but these errors were encountered:
Hello @kiyoshi-satoo ,
you have to put something in the property here. build.rollupOptions.input
build.rollupOptions.input
vite-plugin-html/packages/core/src/htmlPlugin.ts
Lines 248 to 251 in 841d4ef
Otherwise ignore the case.
Unfortunately, the topic is a bit bigger, I once created a PR for the topic.
#127
Sorry, something went wrong.
No branches or pull requests
This is project simple strcuture
Looks like the project is no longer maintained.
The text was updated successfully, but these errors were encountered: