Skip to content

Commit

Permalink
adjust deprecation message for engine option
Browse files Browse the repository at this point in the history
  • Loading branch information
bholloway committed May 20, 2021
1 parent 29e142a commit b168dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/resolve-url-loader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b168dd3

Please sign in to comment.