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.
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.
Most helpful comment
One is
babel-loader, fix is up at https://github.com/babel/babel-loader/pull/391Also need bump to
[email protected]