| | |
| | | </PropertyGroup> |
| | | |
| | | <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))"> |
| | | <CMSRootPath>C:\Program Files\CMS Editor</CMSRootPath> |
| | | <CMSRootPath>D:\syc\CMS Editor</CMSRootPath> |
| | | <OutputPath>$(CMSRootPath)\plugins\cms.plugin.messuite</OutputPath> |
| | | </PropertyGroup> |
| | | |
| | |
| | | |
| | | const library: any = getWidgetNames.map((name) => { |
| | | return { |
| | | outDir: isWin ? 'C:/Program Files/CMS Editor/host/wwwroot/widgets' : 'dist', |
| | | outDir: isWin ? 'D:/syc/CMS Editor/host/wwwroot/widgets' : 'dist', |
| | | target: 'ES2022', |
| | | rollupOptions: { |
| | | external: ['vue', 'sdk'], |