mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:21:18 -04:00
fix percy snapshots
This commit is contained in:
@@ -61,14 +61,15 @@ export default {
|
||||
],
|
||||
}),
|
||||
new SubresourceIntegrityPlugin({
|
||||
hashFuncNames: ["sha512"],
|
||||
enabled: true,
|
||||
hashFuncNames: ["sha384"],
|
||||
}),
|
||||
new WebpackAssetsManifest({
|
||||
writeToDisk: true,
|
||||
writeToDisk: true, // allow Hugo to access file in dev mode
|
||||
output: path.resolve(__dirname, "data/manifest.json"),
|
||||
publicPath: true,
|
||||
integrity: true,
|
||||
integrityHashes: ["sha384"],
|
||||
}),
|
||||
],
|
||||
module: {
|
||||
|
Reference in New Issue
Block a user