1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Ensure manifest files are sorted properly

This commit is contained in:
Jeremy Benoist 2020-12-08 09:34:17 +01:00
parent a173423820
commit 289406f258
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 73 additions and 72 deletions

View file

@ -35,6 +35,7 @@ module.exports = merge(commonConfig, {
}),
new WebpackManifestPlugin({
fileName: 'manifest.json',
sort: (file1, file2) => file1.path.localeCompare(file2.path),
}),
],
module: {