From b168dd38aae6ecff7c9afcf98557fd441b921f20 Mon Sep 17 00:00:00 2001 From: Ben Holloway Date: Thu, 20 May 2021 20:19:46 +1000 Subject: [PATCH] adjust deprecation message for engine option --- packages/resolve-url-loader/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/resolve-url-loader/index.js b/packages/resolve-url-loader/index.js index 3d74e63..d989bdf 100644 --- a/packages/resolve-url-loader/index.js +++ b/packages/resolve-url-loader/index.js @@ -20,7 +20,7 @@ var valueProcessor = require('./lib/value-processor'), const DEPRECATED_OPTIONS = { engine: [ 'DEP_RESOLVE_URL_LOADER_OPTION_ENGINE', - 'the "engine" option is deprecated, "postcss" engine is the default, using "rework" engine is not advised' + 'the "engine" option is deprecated, "postcss" engine is the default, there are no other available engines' ], keepQuery: [ 'DEP_RESOLVE_URL_LOADER_OPTION_KEEP_QUERY',