mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
feat(web): hash build files to avoid cache issues
This commit is contained in:
committed by
Blake Blackshear
parent
7f8ae2ce5c
commit
3c072f94b0
@@ -14,11 +14,17 @@ module.exports = {
|
||||
preloadModules: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
'@snowpack/plugin-webpack',
|
||||
{
|
||||
sourceMap: true,
|
||||
},
|
||||
],
|
||||
],
|
||||
installOptions: {
|
||||
sourceMaps: false,
|
||||
packageOptions: {
|
||||
sourcemap: false,
|
||||
},
|
||||
buildOptions: {
|
||||
sourceMaps: true,
|
||||
sourcemap: true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user