diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/vite.config.ts b/src/Umbraco.Web.UI.Client/src/packages/core/vite.config.ts index 6286705fc5..3b9b7511b2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/vite.config.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/vite.config.ts @@ -37,6 +37,7 @@ export default defineConfig({ 'picker-input/index': './picker-input/index.ts', 'property-action/index': './property-action/index.ts', 'property-editor/index': './property-editor/index.ts', + 'property-type/index': './property-type/index.ts', 'property/index': './property/index.ts', 'recycle-bin/index': './recycle-bin/index.ts', 'repository/index': './repository/index.ts',