Amr Eraky

Results 2 issues of Amr Eraky

![Screenshot 2023-02-12 120544](https://user-images.githubusercontent.com/8148579/218304826-9ae57218-3347-4dae-8c0f-1a8293638254.png) ``` Uncaught TypeError: Cannot read properties of undefined (reading 'getTime') bar-helper.ts:252 at taskXCoordinate (bar-helper.ts:252:1) at taskXCoordinateRTL (bar-helper.ts:263:1) at convertToBar (bar-helper.ts:157:1) at convertToBarTask (bar-helper.ts:102:1) at bar-helper.ts:26:1 at Array.map...

When I was trying to to use LiveReload, I got error `TypeError: compiler.plugin is not a function` `webpack.mix.js` : ``` const mix = require('laravel-mix'); const LiveReloadPlugin = require('webpack-livereload-plugin'); mix.js('resources/react/app.js', 'public/js')...