mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
enable minification and source maps
This commit is contained in:
parent
62827b92b7
commit
dea7e7b4f5
@ -32,8 +32,8 @@ export default defineConfig(({mode}) => {
|
||||
build: {
|
||||
outDir: "../../../target",
|
||||
emptyOutDir: true,
|
||||
minify: false,
|
||||
sourcemap: false,
|
||||
minify: true,
|
||||
sourcemap: true,
|
||||
assetsInlineLimit: 0,
|
||||
polyfillModulePreload: false,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user