🧑💻 Added sourcemaps
This commit is contained in:
@@ -15,7 +15,12 @@ const config = {
|
|||||||
adapter: adapter({
|
adapter: adapter({
|
||||||
out: 'build',
|
out: 'build',
|
||||||
precompress: true
|
precompress: true
|
||||||
})
|
}),
|
||||||
|
vite: {
|
||||||
|
build: {
|
||||||
|
sourcemap: true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user