2 Commits

Author SHA1 Message Date
Andreani Jean
5dfb184da1 remove index.css 2024-03-12 13:34:04 +01:00
Andreani Jean
03ba508d7b fix vite conf file 2024-03-12 11:03:27 +01:00

View File

@@ -22,17 +22,6 @@ export default ({ mode }) => {
eslintPlugin(),
createHtmlPlugin({
minify: true,
/**
* After writing entry here, you will not need to add script tags in `index.html`, the original tags need to be deleted
* @default src/main.ts
*/
entry: 'src/main.ts',
/**
* If you want to store `index.html` in the specified folder, you can modify it, otherwise no configuration is required
* @default index.html
*/
template: '/index.html',
/**
* Data that needs to be injected into the index.html ejs template
*/