fix: onboarding stage not shown (#7782)

fix AF-1199
This commit is contained in:
pengx17
2024-08-08 03:58:11 +00:00
parent 025abc6169
commit f62d30527b
3 changed files with 2 additions and 18 deletions

View File

@@ -329,7 +329,8 @@ export const createConfiguration: (
IN_CI ? null : new webpack.ProgressPlugin({ percentBy: 'entries' }),
buildFlags.mode === 'development'
? new ReactRefreshWebpackPlugin({ overlay: false, esModule: true })
: new MiniCssExtractPlugin({
: // todo: support multiple entry points
new MiniCssExtractPlugin({
filename: `[name].[contenthash:8].css`,
ignoreOrder: true,
}),