Enable source-maps
This commit is contained in:
parent
0136fd3cab
commit
f5c50230a9
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