Closed
Description
- Laravel Version: 5.8.16
- PHP Version: 7.3
- Database Driver & Version: -
Description:
When set preset to react and after set back to none in the wepack.mix.js does not change method from react to js
mix.react('resources/js/app.js', 'public/js').sass('resources/sass/app.scss', 'public/css');
Steps To Reproduce:
php artisan preset react
php artisan preset none
And also in laravel 5.8.16 the issue #28384 is the same