Create-react-app: Fix webpack 2 warning

Created on 22 Feb 2017  路  4Comments  路  Source: facebook/create-react-app

Joes-MacBook-Pro:create-react-app joe$ yarn build
yarn build v0.21.2
$ node packages/react-scripts/scripts/build.js 
Creating an optimized production build...
(node:66935) 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.

Most helpful comment

One is babel-loader, fix is up at https://github.com/babel/babel-loader/pull/391

Also need bump to [email protected]

All 4 comments

One is babel-loader, fix is up at https://github.com/babel/babel-loader/pull/391

Also need bump to [email protected]

Sweet, thanks for the info @existentialism.

Resolved as byproduct of #1305.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xgqfrms-GitHub picture xgqfrms-GitHub  路  3Comments

DaveLindberg picture DaveLindberg  路  3Comments

jnachtigall picture jnachtigall  路  3Comments

wereHamster picture wereHamster  路  3Comments

onelson picture onelson  路  3Comments