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 0b80419f15
commit 2a0551a08a
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,
},
};