update react-dom version

This commit is contained in:
hardiknai-techm
2021-04-30 19:39:21 +05:30
parent 8e033bdd73
commit f4a322d17d
12 changed files with 8110 additions and 3767 deletions

View File

@@ -119,6 +119,9 @@ module.exports = function (_env = {}, argv = {}) {
// new CaseSensitivePathsPlugin(),
new ProvidePlugin({
process: "process/browser",
React: "react",
$: "jquery",
jQuery: "jquery",
}),
new MiniCssExtractPlugin({
filename: "[name].[contenthash].css",