mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-30 03:15:55 +00:00
prettier
This commit is contained in:
@@ -89,7 +89,7 @@ export default defineConfig(({ mode, packageType }) => {
|
||||
},
|
||||
},
|
||||
build: {
|
||||
minify: mode === 'production' ? true : false,
|
||||
minify: mode === "production" ? true : false,
|
||||
sourcemap: true,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user