We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbb1b7 commit f309636Copy full SHA for f309636
ui/apps/where/rollup.config.js
@@ -18,9 +18,9 @@ const DIST_FOLDER = "dist"
18
export default {
19
input: "index.html",
20
output: {
21
- entryFileNames: "[hh].js",
22
- chunkFileNames: "[hh].js",
23
- assetFileNames: "[hh][extname]",
+ entryFileNames: "[hash].js",
+ chunkFileNames: "[hash].js",
+ assetFileNames: "[hash][extname]",
24
format: "es",
25
dir: "dist",
26
},
0 commit comments