Enable source-maps

This commit is contained in:
Robert Long 2022-04-27 12:11:59 -07:00 committed by David Baker
parent 0136fd3cab
commit f5c50230a9

View file

@ -24,6 +24,9 @@ export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd()); const env = loadEnv(mode, process.cwd());
return { return {
build: {
sourcemap: true,
},
plugins: [ plugins: [
svgrPlugin(), svgrPlugin(),
htmlTemplate({ htmlTemplate({