mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed lint in build script
no issue
This commit is contained in:
parent
aa228a8df2
commit
0ff2f9df9e
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ let config = defaults.__get__('config');
|
|||
|
||||
config.optimization.splitChunks = {
|
||||
cacheGroups: {
|
||||
default: false,
|
||||
},
|
||||
default: false
|
||||
}
|
||||
};
|
||||
|
||||
config.optimization.runtimeChunk = false;
|
Loading…
Add table
Reference in a new issue