Socket
Book a DemoInstallSign in
Socket

@cpro-js/vite-ui5-common-config

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cpro-js/vite-ui5-common-config

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
4
300%
Maintainers
0
Weekly downloads
 
Created
Source

Vite UI5 Common Config

Setup

npm install --save-dev @cpro-js/vite-ui5-common-config

vite.config.ts

import { createCommonConfig } from "@cpro-js/vite-ui5-common-config";
import { defineConfig } from "vite";
import manifest from "./ui5/manifest.json";

const appId = manifest["sap.app"].id;

// https://vitejs.dev/config/
export default defineConfig(() => {
  return createCommonConfig({
    appId,
    ui5Version: "1.108.30",
  });
});

License

MIT - see License.

FAQs

Package last updated on 10 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts