Skip to content

Instantly share code, notes, and snippets.

@Jordan-Hall
Created February 20, 2022 11:55
Show Gist options
  • Save Jordan-Hall/a9c7a54809d2e925a2e1b3b8ef8053b3 to your computer and use it in GitHub Desktop.
Save Jordan-Hall/a9c7a54809d2e925a2e1b3b8ef8053b3 to your computer and use it in GitHub Desktop.
vite test angular?
import { defineConfig } from 'vite';
import { AngularPlugin } from '@nxext/angular/plugins/angular-vite-compiler';
export default defineConfig({
plugins: [
AngularPlugin(),
],
resolve: {
preserveSymlinks: true,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment