Skip to content

Commit 48bafc4

Browse files
authored
Remove warning for usage of configureLoaderRule
1 parent 150777e commit 48bafc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/WebpackConfig.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,6 @@ class WebpackConfig {
10331033
* @param {OptionsCallback<webpack.RuleSetRule>} callback
10341034
*/
10351035
configureLoaderRule(name, callback) {
1036-
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.');
1037-
10381036
// Key: alias, Value: existing loader in `this.loaderConfigurationCallbacks`
10391037
const aliases = {
10401038
js: 'javascript',

0 commit comments

Comments
 (0)