diff --git a/templates/http-js/content/webpack.config.js b/templates/http-js/content/webpack.config.js index ab19bf51..70ed621d 100644 --- a/templates/http-js/content/webpack.config.js +++ b/templates/http-js/content/webpack.config.js @@ -20,4 +20,7 @@ module.exports = { optimization: { minimize: false }, -}; \ No newline at end of file + performance: { + hints: false, + } +}; diff --git a/templates/http-ts/content/webpack.config.js b/templates/http-ts/content/webpack.config.js index af891fd5..dac0a25f 100644 --- a/templates/http-ts/content/webpack.config.js +++ b/templates/http-ts/content/webpack.config.js @@ -32,4 +32,7 @@ module.exports = { optimization: { minimize: false }, -}; \ No newline at end of file + performance: { + hints: false, + } +}; diff --git a/templates/redis-js/content/webpack.config.js b/templates/redis-js/content/webpack.config.js index ab19bf51..70ed621d 100644 --- a/templates/redis-js/content/webpack.config.js +++ b/templates/redis-js/content/webpack.config.js @@ -20,4 +20,7 @@ module.exports = { optimization: { minimize: false }, -}; \ No newline at end of file + performance: { + hints: false, + } +}; diff --git a/templates/redis-ts/content/webpack.config.js b/templates/redis-ts/content/webpack.config.js index af891fd5..dac0a25f 100644 --- a/templates/redis-ts/content/webpack.config.js +++ b/templates/redis-ts/content/webpack.config.js @@ -32,4 +32,7 @@ module.exports = { optimization: { minimize: false }, -}; \ No newline at end of file + performance: { + hints: false, + } +};