mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 15:29:04 +00:00
web UI rewrite, switch to ndjson.zst index format
This commit is contained in:
10
sist2-vue/vue.config.js
Normal file
10
sist2-vue/vue.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
filenameHashing: false,
|
||||
productionSourceMap: false,
|
||||
publicPath: "./",
|
||||
pages: {
|
||||
index: {
|
||||
entry: "src/main.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user