webapp: dont hash file names

This commit is contained in:
Thomas Basler 2022-05-22 22:39:34 +02:00
parent f43e8abe25
commit 49f398e797

View File

@ -3,6 +3,7 @@ module.exports = defineConfig({
transpileDependencies: true,
productionSourceMap: false,
outputDir: '../data',
filenameHashing: false,
css: {
extract: false,
},
@ -23,6 +24,6 @@ module.exports = defineConfig({
}
},
devServer: {
proxy: 'http://192.168.4.1/'
proxy: 'http://192.168.20.110/'
}
})