Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 9, 2020
1 parent c6cf146 commit eab3c06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/babel-core/src/config/full.js
Expand Up @@ -192,10 +192,6 @@ export default gensync<[any], ResolvedConfig | null>(function* loadFullConfig(
.map(plugins => ({ plugins }));
opts.passPerPreset = opts.presets.length > 0;

if (context.filename?.includes("RuntimeErrorContaine")) {
console.log(initialPluginsDescriptors.map(p => p.key));
}

return {
options: opts,
passes: passes,
Expand Down

0 comments on commit eab3c06

Please sign in to comment.