zs
2025-04-29 9549715b673909f84dbec7c2919bc4dbff6acff3
HIAWms/web/vite.lib.config.ts
@@ -45,7 +45,7 @@
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'],