Create-react-app scaffolding how to set less? without eject webpack configuration

how to set less? without eject webpack configuration for create-react-app scaffolding
here is an article that uses the method of exposing webpack configuration: https://juejin.im/post/5c14d2.

Feb.16,2022

< H1 > how the config-overrider configuration takes effect < / H1 >
  • npm I react-app-rewired customize-cra-- save-dev
  • modify the configuration in package.json


{
  ...
  "include": [
    "src"
  ],
  "extends": "./paths.json"

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3790c-2c0b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3790c-2c0b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?