Skip to content

Commit

Permalink
chore(vite): update snapshots in other packages for emptyOutDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed May 17, 2024
1 parent d289134 commit eacb31c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({
// See: https://vitejs.dev/guide/build.html#library-mode
build: {
outDir: '../dist/my-lib',
emptyOutDir: true,
reportCompressedSize: true,
commonjsOptions: {
transformMixedEsModules: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default defineConfig({
build: {
outDir: './dist/proj',
emptyOutDir: true,
reportCompressedSize: true,
commonjsOptions: {
transformMixedEsModules: true,
Expand Down Expand Up @@ -186,6 +187,7 @@ export default defineConfig({
build: {
outDir: '../../dist/apps/proj',
emptyOutDir: true,
reportCompressedSize: true,
commonjsOptions: {
transformMixedEsModules: true,
Expand Down Expand Up @@ -239,6 +241,7 @@ export default defineConfig({
build: {
outDir: './dist/proj',
emptyOutDir: true,
reportCompressedSize: true,
commonjsOptions: {
transformMixedEsModules: true,
Expand Down

0 comments on commit eacb31c

Please sign in to comment.