mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-22 14:45:28 -04:00
@@ -146,7 +146,7 @@ let config = {
|
|||||||
optimization: {
|
optimization: {
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks(chunk) {
|
chunks(chunk) {
|
||||||
return !/^\.\/workers\//.test(chunk.name);
|
return !/^\.\/workers\//.test(chunk.name) && !/^\.\/TestAbility/.test(chunk.name);
|
||||||
},
|
},
|
||||||
minSize: 0,
|
minSize: 0,
|
||||||
cacheGroups: {
|
cacheGroups: {
|
||||||
|
|||||||
Reference in New Issue
Block a user