Skip to content

Commit

Permalink
chore: follow kebab-case naming notations
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jul 8, 2024
1 parent ad81a4e commit 487e48e
Show file tree
Hide file tree
Showing 16 changed files with 254 additions and 228 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"local-pkg": "^0.5.0",
"lodash.omit": "^4.5.0",
"magic-string": "^0.30.10",
"on-change": "^5.0.1",
"parse5": "^7.1.2",
Expand All @@ -94,6 +95,7 @@
"@types/babel__preset-env": "^7.9.6",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/lodash.omit": "^4.5.9",
"@types/node": "^20.12.12",
"@types/prompts": "^2.4.9",
"bumpp": "^9.4.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/spa/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig(() => ({
injectTo: 'head-prepend',
},
]),
legacy(),
legacy({ renderLegacyChunks: true, renderModernChunks: true }),
],
clearScreen: false,
}))
Loading

0 comments on commit 487e48e

Please sign in to comment.