mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-07-18 10:38:42 -06:00
PR-536602: updating packages and fixing vendors.css error.
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user