spatie / laravel-mix-purgecss

Zero-config Purgecss for Laravel Mix
https://spatie.be/en/opensource
MIT License
874 stars 38 forks source link

'const mix' instead of 'let mix' #64

Closed epalmans closed 5 years ago

epalmans commented 5 years ago

1) the mix variable itself usually won't be changed (*), as would otherwise be suggested when using 'let'. 2) 'const mix' is used as convention in webpack.mix.js (at least on the current installs)

(*) at least not within your samples

sebastiandedeyne commented 5 years ago

'const mix' is used as convention in webpack.mix.js (at least on the current installs)

This wasn't always the case. Nice to see it changed :) Thanks!