Created
February 20, 2022 11:55
-
-
Save Jordan-Hall/a9c7a54809d2e925a2e1b3b8ef8053b3 to your computer and use it in GitHub Desktop.
vite test angular?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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