mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
webpack: sort assets by name
This commit is contained in:
parent
4c0db59587
commit
449ac4eaf5
@ -37,7 +37,8 @@ export default class Builder extends Tapable {
|
||||
chunks: false,
|
||||
children: false,
|
||||
modules: false,
|
||||
colors: true
|
||||
colors: true,
|
||||
assetsSort: 'name'
|
||||
}
|
||||
|
||||
// Helper to resolve build paths
|
||||
|
Loading…
Reference in New Issue
Block a user