update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-15 21:31:02 +08:00
parent 088293e2cb
commit b652fe3969
3 changed files with 12 additions and 15 deletions

View File

@@ -81,6 +81,9 @@ export default defineConfig(async (merge, { command, mode }) => {
h5: {
publicPath: "/",
staticDirectory: "static",
router: {
mode: "browser", // 或者是 'browser'
},
output: {
filename: "js/[name].[hash:8].js",
chunkFilename: "js/[name].[chunkhash:8].js",