mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Fixed lint in build script
no issue
This commit is contained in:
parent
aa228a8df2
commit
0ff2f9df9e
@ -4,8 +4,8 @@ let config = defaults.__get__('config');
|
||||
|
||||
config.optimization.splitChunks = {
|
||||
cacheGroups: {
|
||||
default: false,
|
||||
},
|
||||
default: false
|
||||
}
|
||||
};
|
||||
|
||||
config.optimization.runtimeChunk = false;
|
Loading…
Reference in New Issue
Block a user