jcoreio / crater

Meteor/Webpack/React SSR app skeleton that runs your app code outside of Meteor Isobuild
ISC License
82 stars 10 forks source link

DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic #150

Closed jedwards1211 closed 7 years ago

jedwards1211 commented 7 years ago

This warning is printed from the version of loader-utils used by postcss-loader. It will eventually be fixed; just created this issue so people would know they can ignore it.

> babel-node scripts/prod.js

meteor/node_modules is up to date
build/meteor is up to date
Meteor npm dependencies are up to date
Happy[1]: Version: 3.0.3. Using cache? no. Threads: 4
Happy[1]: Version: 3.0.3. Using cache? no. Threads: 4
Happy[1]: All set; signalling webpack to proceed.
Happy[1]: All set; signalling webpack to proceed.
(node:91523) 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.