feat(web): hash build files to avoid cache issues

This commit is contained in:
Paul Armstrong
2021-01-16 10:12:39 -08:00
committed by Blake Blackshear
parent 7f8ae2ce5c
commit 3c072f94b0
15 changed files with 5949 additions and 5451 deletions

View File

@@ -14,11 +14,17 @@ module.exports = {
preloadModules: true,
},
],
[
'@snowpack/plugin-webpack',
{
sourceMap: true,
},
],
],
installOptions: {
sourceMaps: false,
packageOptions: {
sourcemap: false,
},
buildOptions: {
sourceMaps: true,
sourcemap: true,
},
};