Skip to content
Snippets Groups Projects
Commit babf7036 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

added outDir: 'dist',

parent 36927f3c
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ export default () => { ...@@ -10,6 +10,7 @@ export default () => {
plugins: [react()], plugins: [react()],
build: { build: {
sourcemap: true, // Ensure source maps are enabled sourcemap: true, // Ensure source maps are enabled
outDir: 'dist', // Vite defaults to `dist`, make sure it's set correctly
}, },
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment