Use hashes for hassio entrypoints (#6260)

This commit is contained in:
Paulus Schoutsen
2020-06-29 00:31:07 -07:00
committed by GitHub
parent fb7f620316
commit d33f18ecb7
4 changed files with 43 additions and 27 deletions

View File

@@ -178,7 +178,6 @@ module.exports.config = {
publicPath: publicPath(latestBuild, paths.hassio_publicPath),
isProdBuild,
latestBuild,
dontHash: new Set(["entrypoint"]),
};
},