Skip to content

Commit

Permalink
feat(*): ignore css order to prevent conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vaagnavanesyan committed Aug 30, 2023
1 parent 1808e3f commit cb97f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arui-scripts/src/configs/webpack.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ export const createSingleClientWebpackConfig = (mode: 'dev' | 'prod', entry: Ent
),
}),
new MiniCssExtractPlugin({
ignoreOrder: true,
filename: mode === 'dev' ? '[name].css' : '[name].[contenthash:8].css',
chunkFilename: mode === 'dev' ? '[id].css' : '[name].[contenthash:8].chunk.css',
}),
Expand Down

0 comments on commit cb97f1d

Please sign in to comment.