Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(kit): remove globalName from v3 schema #1277

Merged
merged 1 commit into from
Oct 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/kit/src/config/schema/_common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ export default {
* Allows customizing the global ID used in the main HTML template as well as the main
* Vue instance name and other options.
* @version 2
* @version 3
*/
globalName: {
$resolve: val => (typeof val === 'string' && /^[a-zA-Z]+$/.test(val)) ? val.toLocaleLowerCase() : 'nuxt'
Expand Down