@nsis/vite-plugin-nlf
v0.1.0
Published
A Vite plugin to load NSIS language files
Downloads
29
Maintainers
Readme
@nsis/vite-plugin-nlf
A Vite plugin to load NSIS language files
Installation
npm install -D @nsis/vite-plugin-nlf
Usage
import { defineConfig } from 'vite';
import nlf from '@nsis/vite-plugin-nlf';
export default defineConfig({
plugins: [
nlf()
]
});
License
This work is licensed under The MIT License