diff --git a/.nvmrc b/.nvmrc index 2f3b977..2162b3c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.15.0 \ No newline at end of file +v20.18.0 \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index 292c8f7..fbb75c7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -27,6 +27,8 @@ module.exports = (env) => { return { stats: 'errors-only', + mode: isProduction ? 'production':'development', + devServer: { open: true, client: { overlay: true },