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 3, 2020
1 parent 8f0d08b commit cfcc803
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 cfcc803

Please sign in to comment.