After upgrade a Vue CLI project to version 5.0.8, it is using Webpack 5 and I am getting errors like: ``` TypeError: can't access property "resolve", path__WEBPACK_IMPORTED_MODULE_3__.path is undefined ``` The .vue file tray to import is as ```import path from 'path'```