Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 8, 2020
1 parent 3285782 commit 48b104e
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 @@ -188,10 +188,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 48b104e

Please sign in to comment.