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

set source maps to true

parent 62f1e3b3
No related branches found
No related tags found
No related merge requests found
Pipeline #389868 failed
......@@ -11,7 +11,7 @@ export function Home() {
{/* <hr />
<Map1></Map1> */}
<hr />
<Map4/>
</div>
</div>
<div className="row">
......
......@@ -8,6 +8,9 @@ export default () => {
return defineConfig({
base: `/${stringToSlug(env.VITE_TEAM_NAME)}/`,
plugins: [react()],
build: {
sourcemap: true, // Ensure source maps are enabled
},
});
};
This diff is collapsed.
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