🧑‍💻 Added sourcemaps

This commit is contained in:
Mawoka
2022-03-30 18:23:35 +02:00
parent 0d011bdb26
commit 20e655e18d
+6 -1
View File
@@ -15,7 +15,12 @@ const config = {
adapter: adapter({
out: 'build',
precompress: true
})
}),
vite: {
build: {
sourcemap: true
}
}
}
};