Skip to content

Commit 5755fea

Browse files
committed
Update Node version documentation in webpack.mix.js files
Added a note about the required Node version (16.20.2) in the documentation headers of multiple `webpack.mix.js` files. This ensures clarity for developers on the Node version compatibility.
1 parent 8fd2d1e commit 5755fea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webpack.mix.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const mix = require('laravel-mix');
1414
| Watch: `npm run watch`
1515
| Production: `npm run prod`
1616
|
17+
| Node Version: 16.20.2
1718
*/
1819

1920
// Options

0 commit comments

Comments
 (0)