We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbb3f0 commit 5fd282fCopy full SHA for 5fd282f
1 file changed
vite.config.ts
@@ -10,7 +10,7 @@ export default defineConfig(() => ({
10
// plugins: [ nxViteTsPaths() ],
11
// },
12
build: {
13
- outDir: '../../dist/apps/template',
+ outDir: 'build',
14
emptyOutDir: true,
15
reportCompressedSize: true,
16
commonjsOptions: {
0 commit comments