Merge pull request #305 from vector-im/enable-source-maps

Enable source-maps
This commit is contained in:
Robert Long 2022-04-27 13:51:40 -07:00 committed by GitHub
commit ae13814449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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