fullstackreact / react-yelp-clone

Tutorial: Build a Yelp-clone in React
https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/
MIT License
840 stars 218 forks source link

configuration has an unknown property 'postcss'. These properties are valid: #28

Closed jimmyFlash closed 1 year ago

jimmyFlash commented 5 years ago

After adding :

 config.postcss = [].concat([
        require('precss')({}),
        require('autoprefixer')({}),
        require('cssnano')({})
    ])

I'm getting the following error : \node_modules\webpack\lib\webpack.js:19 throw new WebpackOptionsValidationError(webpackOptionsValidationErrors); ^

WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

jimmyFlash commented 1 year ago

No one is tending to this repo