more
This commit is contained in:
parent
2fe3c69963
commit
6bc125be1c
104 changed files with 3088 additions and 2414 deletions
|
|
@ -11,7 +11,10 @@ const esbuildTargets = browserslistToEsbuild();
|
|||
export default defineConfig(({ command }) => ({
|
||||
base: './',
|
||||
plugins: [
|
||||
viteSingleFile({ useRecommendedBuildConfig: false }),
|
||||
viteSingleFile({
|
||||
inlinePattern: ['index-*.js', 'style-*.css'],
|
||||
useRecommendedBuildConfig: false,
|
||||
}),
|
||||
...(command === 'serve' ? [basicSsl()] : []),
|
||||
],
|
||||
css: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue