From 877c7634a305f707cd60bd5d322b498df672bdcd Mon Sep 17 00:00:00 2001 From: Sumit Sharma1 Date: Fri, 23 Aug 2019 21:11:53 +0530 Subject: [PATCH] refactor --- webpack.conf.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.conf.js b/webpack.conf.js index 6122ebb8230..85a249cb851 100644 --- a/webpack.conf.js +++ b/webpack.conf.js @@ -7,7 +7,6 @@ var { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer'); var argv = require('yargs').argv; var allowedModules = require('./allowedModules'); - // list of module names to never include in the common bundle chunk var neverBundle = [ 'AnalyticsAdapter.js' @@ -33,7 +32,7 @@ module.exports = { ], }, output: { - jsonpFunction: prebid.globalVarName + "Chunk", + jsonpFunction: prebid.globalVarName + "Chunk" }, module: { rules: [