We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e142a commit b168dd3Copy full SHA for b168dd3
packages/resolve-url-loader/index.js
@@ -20,7 +20,7 @@ var valueProcessor = require('./lib/value-processor'),
20
const DEPRECATED_OPTIONS = {
21
engine: [
22
'DEP_RESOLVE_URL_LOADER_OPTION_ENGINE',
23
- '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'
24
],
25
keepQuery: [
26
'DEP_RESOLVE_URL_LOADER_OPTION_KEEP_QUERY',
0 commit comments