Bluesky app fork with some witchin' additions 💫

Only apply CDN fix to webpack in prod (#7461)

authored by

Eric Bailey and committed by
GitHub
e01fc2fb beb1f236

+3 -3
+3 -3
webpack.config.js
··· 28 28 ] 29 29 if (env.mode === 'development') { 30 30 config.plugins.push(new ReactRefreshWebpackPlugin()) 31 + } else { 32 + // Support static CDN for chunks 33 + config.output.publicPath = 'auto' 31 34 } 32 - 33 - // Support static CDN for chunks 34 - config.output.publicPath = 'auto' 35 35 36 36 if (GENERATE_STATS || OPEN_ANALYZER) { 37 37 config.plugins.push(