This error is in vuejs, I tried many things but couldn't solve the error:
ERROR in ./resources/js/app.js 39:0-50
Module not found: Error: Can't resolve './views/ResetPassword' in
'D:\office project\New folder\04-restaurant\resources\js'
Did you miss the leading dot in 'resolve.extensions'?
Did you mean '[".*",".wasm",".mjs",".js",".jsx",".json"]' instead of
'["*",".wasm",".mjs",".js",".jsx",".json"]'?
This error is encountered after I run the compile command as npm run watch
in vuejs so wants to compile without error.