Skip to content

Commit

Permalink
language tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 25, 2019
1 parent 9dd6ca4 commit 94da0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ class WebpackConfig {
}

configureLoaderRule(name, callback) {
logger.warning('Be careful when using Encore.configureLoaderRule(), this is a low-level method that can potentially breaks Encore and Webpack when not used carefully.');
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 = {
Expand Down

0 comments on commit 94da0c2

Please sign in to comment.