Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Sharma1 authored and Sumit Sharma1 committed Aug 23, 2019
1 parent d5effd3 commit 877c763
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -33,7 +32,7 @@ module.exports = {
],
},
output: {
jsonpFunction: prebid.globalVarName + "Chunk",
jsonpFunction: prebid.globalVarName + "Chunk"
},
module: {
rules: [
Expand Down

0 comments on commit 877c763

Please sign in to comment.