Eject the configurations using following command:
npm eject
Install less and less-loader:
npm i less
npm i less-loader
Change the following in webpack.config.js
That’s it. You are done. Cheers and Peace out!!!
Backing you up.
Eject the configurations using following command:
npm eject
Install less and less-loader:
npm i less
npm i less-loader
Change the following in webpack.config.js
That’s it. You are done. Cheers and Peace out!!!