PR-536602: updating packages and fixing vendors.css error.

This commit is contained in:
2022-08-10 21:42:46 +00:00
parent 73056ae8bd
commit 5780bae041
8 changed files with 41 additions and 31 deletions

View File

@ -69,7 +69,7 @@ const config: Configuration = {
new webpack.HotModuleReplacementPlugin(),
new ReactRefreshWebpackPlugin(),
new MiniCssExtractPlugin({
filename: 'assets/[name]/app.css',
filename: 'assets/[name].css',
}),
new ESLintPlugin(),
new webpack.DefinePlugin({