Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set webpack public path to auto to load from CDN (hopefully) (#7449)

authored by

Jaz and committed by
GitHub
beb1f236 96054f4a

+3
+3
webpack.config.js
··· 30 30 config.plugins.push(new ReactRefreshWebpackPlugin()) 31 31 } 32 32 33 + // Support static CDN for chunks 34 + config.output.publicPath = 'auto' 35 + 33 36 if (GENERATE_STATS || OPEN_ANALYZER) { 34 37 config.plugins.push( 35 38 new BundleAnalyzerPlugin({