From 5bb1e3d5abf7f21ffa44bbd89e5413f08bb3c0c1 Mon Sep 17 00:00:00 2001 From: Derrick Koo Date: Tue, 25 Jan 2022 17:00:59 -0700 Subject: [PATCH] chore: remove commented-out code --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 6fd475dc..10aaeea6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -70,7 +70,6 @@ webpackConfig.module.rules.push( { // this can be accomplished by requiring prebid's .babelrc.js file (requires Babel 7 and Node v8.9.0+) options: { ...prebidConfig, - // extends: 'newspack-scripts/config/babel.config.js', }, }, } );