Skip to content

Commit

Permalink
Merge pull request #343 from skyflowapi/SK-1188
Browse files Browse the repository at this point in the history
SK-1188 Fix iframe stalled issue in network requests from browser
  • Loading branch information
yaswanth-pula-skyflow authored Oct 26, 2023
2 parents 9b4f7f7 + 8343825 commit d038623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = () => merge(common, {
template: 'assets/iframe.html',
chunks: ['index'],
inject: 'head',
scriptLoading: 'blocking',
minify,
}),
new CleanWebpackPlugin({
Expand Down

0 comments on commit d038623

Please sign in to comment.