wails-template-vue/frontend/vue.config.js

11 lines
253 B
JavaScript
Raw Normal View History

2021-09-09 05:16:10 +08:00
module.exports = {
// The build file does not use the hash file name
// 构建文件不使用hash文件名
filenameHashing: false,
// Package the css into a separate file
// 将css打包到单独的文件
css: {
2021-11-19 22:18:04 +08:00
extract: "true",
},
};