forked from Github/frigate
feat(web): hash build files to avoid cache issues
This commit is contained in:
committed by
Blake Blackshear
parent
0b80419f15
commit
2a0551a08a
@@ -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