Skip to content

Commit 7bd3029

Browse files
authored
adjusted configuration to cover for compatibility on firefox and safari (#3107)
1 parent 84deb02 commit 7bd3029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react-18-ssr/shell/config/webpack.shared.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const webpackConfig = {
2121
},
2222
],
2323
},
24+
optimization: { splitChunks: { chunks: 'initial' }}
2425
};
2526

2627
module.exports = webpackConfig;

0 commit comments

Comments
 (0)