Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 4, 2019

Conversation

epalmans
Copy link
Contributor

  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

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 sebastiandedeyne merged commit d15958b into spatie:master Mar 4, 2019
@sebastiandedeyne
Copy link
Member

'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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants