diff --git a/ace-loader/src/genAbc-plugin.js b/ace-loader/src/genAbc-plugin.js index 73f19af..c232b50 100644 --- a/ace-loader/src/genAbc-plugin.js +++ b/ace-loader/src/genAbc-plugin.js @@ -235,6 +235,9 @@ function invokeWorkerToGenAbc() { function clearGlobalInfo() { intermediateJsBundle = []; + fileterIntermediateJsBundle = []; + hashJsonObject = {}; + buildPathInfo = ""; } function filterIntermediateJsBundleByHashJson(buildPath, inputPaths) {