Skip to content

Commit

Permalink
fix: assign cache fordefault config
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Nov 4, 2020
1 parent a232625 commit 94c4869
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webpack-cli/lib/utils/flag-defaults.js
Expand Up @@ -10,7 +10,6 @@ const cacheDefaults = (finalConfig, parsedArgs, outputOptions) => {
}
return { cache: cacheConfig };
}
console.log({ cacheConfig, outputOptions });
return cacheConfig;
};

Expand Down

0 comments on commit 94c4869

Please sign in to comment.