1.0.5 • Published 1 year ago

@smoosee/vite-plugin-angular v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Install

  1. Install the plugin:
yarn add @smoosee/vite-plugin-angular -D
  1. Add the plugin
import { defineConfig } from 'vite';
import VitePluginAngular from '@smoosee/vite-plugin-angular';

export default defineConfig({
    plugins: [VitePluginAngular()],
});