mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
clean
This commit is contained in:
@@ -650,7 +650,6 @@ BCp._inferFromSwcRc = function (inputFile, swcOptions, cacheDeps) {
|
||||
|
||||
if (this._inferHelperForSwc(inputFile, cacheEntry)) {
|
||||
deepMerge(swcOptions, cacheEntry.controlFileData);
|
||||
console.log("--> (babel-compiler.js-Line: 661)\n swcOptions: ", swcOptions);
|
||||
Object.assign(cacheDeps, cacheEntry.deps);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user