Merge pull request #305 from vector-im/enable-source-maps
Enable source-maps
This commit is contained in:
commit
ae13814449
1 changed files with 3 additions and 0 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue