Skip to content

Commit e377e2b

Browse files
committed
Rename our jsonp function
1 parent e173f99 commit e377e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/config/webpack.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ module.exports = {
8888
path: paths.appBuild,
8989
publicPath,
9090
globalObject: 'this',
91+
jsonpFunction: 'csbJsonP', // So we don't conflict with webpack generated libraries in the sandbox
9192
},
9293

9394
module: {

0 commit comments

Comments
 (0)