Skip to content

Commit b168dd3

Browse files
committed
adjust deprecation message for engine option
1 parent 29e142a commit b168dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/resolve-url-loader/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var valueProcessor = require('./lib/value-processor'),
2020
const DEPRECATED_OPTIONS = {
2121
engine: [
2222
'DEP_RESOLVE_URL_LOADER_OPTION_ENGINE',
23-
'the "engine" option is deprecated, "postcss" engine is the default, using "rework" engine is not advised'
23+
'the "engine" option is deprecated, "postcss" engine is the default, there are no other available engines'
2424
],
2525
keepQuery: [
2626
'DEP_RESOLVE_URL_LOADER_OPTION_KEEP_QUERY',

0 commit comments

Comments
 (0)