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:
parent
a173423820
commit
289406f258
2 changed files with 73 additions and 72 deletions
|
@ -35,6 +35,7 @@ module.exports = merge(commonConfig, {
|
|||
}),
|
||||
new WebpackManifestPlugin({
|
||||
fileName: 'manifest.json',
|
||||
sort: (file1, file2) => file1.path.localeCompare(file2.path),
|
||||
}),
|
||||
],
|
||||
module: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue