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

View File

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