🧑‍💻 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({ adapter: adapter({
out: 'build', out: 'build',
precompress: true precompress: true
}) }),
vite: {
build: {
sourcemap: true
}
}
} }
}; };