mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-26 21:32:42 +00:00
revert sort by assets name
webpack sorts are not numeric friendly
This commit is contained in:
parent
61a424528c
commit
6d5c248f31
@ -37,8 +37,7 @@ export default class Builder extends Tapable {
|
||||
chunks: false,
|
||||
children: false,
|
||||
modules: false,
|
||||
colors: true,
|
||||
assetsSort: 'name'
|
||||
colors: true
|
||||
}
|
||||
|
||||
// Helper to resolve build paths
|
||||
|
Loading…
Reference in New Issue
Block a user