From 48bafc4ecba490e426dca2d1cb12d3c9fc57cbab Mon Sep 17 00:00:00 2001 From: Adrien Foulon <6115458+Tofandel@users.noreply.github.com> Date: Sat, 5 Apr 2025 01:18:16 +0200 Subject: [PATCH] Remove warning for usage of configureLoaderRule --- lib/WebpackConfig.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/WebpackConfig.js b/lib/WebpackConfig.js index a2bc6a32..f90821fe 100644 --- a/lib/WebpackConfig.js +++ b/lib/WebpackConfig.js @@ -1033,8 +1033,6 @@ class WebpackConfig { * @param {OptionsCallback} callback */ configureLoaderRule(name, callback) { - logger.warning('Be careful when using Encore.configureLoaderRule(), this is a low-level method that can potentially break Encore and Webpack when not used carefully.'); - // Key: alias, Value: existing loader in `this.loaderConfigurationCallbacks` const aliases = { js: 'javascript',