We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd85e10 + 0935d29 commit 1827e9fCopy full SHA for 1827e9f
.nvmrc
@@ -1 +1 @@
1
-v18.15.0
+v20.18.0
webpack.config.js
@@ -27,6 +27,8 @@ module.exports = (env) => {
27
return {
28
stats: 'errors-only',
29
30
+ mode: isProduction ? 'production':'development',
31
+
32
devServer: {
33
open: true,
34
client: { overlay: true },
0 commit comments