Skip to content

Commit

Permalink
Merge pull request #660 from ellm/hotfix/multiple-webpack-runtime
Browse files Browse the repository at this point in the history
Avoid namespace collision with multi-webpack runtimes
  • Loading branch information
GaryJones authored Jun 7, 2024
2 parents fe93b3c + e13e99e commit 9f95197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const webpackConfig = {
path: path.join(__dirname, paths.out),
filename: '[name].js',
chunkFilename: '[name].bundle.js',
jsonpFunction: 'wpJsonpLiveBlog',
},

module: {
Expand Down

0 comments on commit 9f95197

Please sign in to comment.