@jpapini/vite-config

1.1.2 • Public • Published

Vite.js configuration

Custom Vite.js configuration for TypeScript libraries.

How to use

  1. Install the package and its required peer dependencies:
pnpm add -D @jpapini/vite-config vite
  1. Create a vite.config.js file with the following content:
import url from 'node:url';

import { createLibraryViteConfig } from '@jpapini/vite-config';

export default createLibraryViteConfig({
    rootDir: url.fileURLToPath(new URL('.', import.meta.url)),
});
  1. Edit the package.json file to add the following scripts:
{
    "scripts": {
        "build": "vite build"
    }
}

Author

Package Sidebar

Install

npm i @jpapini/vite-config

Weekly Downloads

181

Version

1.1.2

License

UNLICENSED

Unpacked Size

21.5 kB

Total Files

14

Last publish

Collaborators

  • jpapini