mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 23:21:09 +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,
|
chunks: false,
|
||||||
children: false,
|
children: false,
|
||||||
modules: false,
|
modules: false,
|
||||||
colors: true
|
colors: true,
|
||||||
|
assetsSort: 'name'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Helper to resolve build paths
|
// Helper to resolve build paths
|
||||||
|
Loading…
Reference in New Issue
Block a user