terminal - What's the point of using "./" in a path? -


i'm learning webpack this site , notice tell me use webpack ./entry.js bundle.js in terminal still works if use webpack entry.js bundle.js long i'm in root directory. think know "./" signifies file in current directory, works same without it, what's point? more clear?


Comments