Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

DeprecationWarning: loaderUtils.parseQuery() received a non-string value #156

Closed
adambiggs opened this issue Feb 21, 2017 · 0 comments
Closed

Comments

@adambiggs
Copy link

adambiggs commented Feb 21, 2017

After updating dependencies in my Vue.js app, I started getting deprecation warnings that seem to trace back to eslint-loader.

(node:48879) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
    at Object.parseQuery (/path/to/my/project/node_modules/loader-utils/index.js:78:3)
    at Object.module.exports (/path/to/my/project/node_modules/eslint-loader/index.js:150:17)
    at LOADER_EXECUTION (/path/to/my/project/node_modules/loader-runner/lib/LoaderRunner.js:119:14)
    at runSyncOrAsync (/path/to/my/project/node_modules/loader-runner/lib/LoaderRunner.js:120:4)
    at iterateNormalLoaders (/path/to/my/project/node_modules/loader-runner/lib/LoaderRunner.js:229:2)
    at Array.<anonymous> (/path/to/my/project/node_modules/loader-runner/lib/LoaderRunner.js:202:4)
    at Storage.finished (/path/to/my/project/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:38:15)
    at /path/to/my/project/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:69:9
    at /path/to/my/project/node_modules/graceful-fs/graceful-fs.js:78:16
    at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:416:3)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant