Enable source-maps
This commit is contained in:
parent
c05b6c5118
commit
dc75c1cfb4
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ export default defineConfig(({ mode }) => {
|
|||
const env = loadEnv(mode, process.cwd());
|
||||
|
||||
return {
|
||||
build: {
|
||||
sourcemap: true,
|
||||
},
|
||||
plugins: [
|
||||
svgrPlugin(),
|
||||
htmlTemplate({
|
||||
|
|
Loading…
Reference in a new issue