我从webpack-dev-server
收到此错误消息:
ERROR in multi main
Module not found: Error: Can't resolve 'D:\projects\living\user-platform\project\src' in 'D:\projects\living\user-platfo
rm\project'
@ multi main
目前,我的webpack配置文件是:
当前目录结构:
├───.vscode
├───config
│ ├───html-elements-plugin
│ └───modules
└───src
├───app
│ ├───another
│ ├───dashboard
│ ├───error
│ ├───layout
│ │ ├───chat-sidebar
│ │ │ └───chat-message
│ │ ├───navbar
│ │ ├───notifications
│ │ ├───pipes
│ │ ├───sidebar
│ │ └───widget
│ ├───login
│ ├───profile
│ ├───scss
│ ├───signin
│ └───validate
└───assets
├───css
├───demo
│ └───notifications
├───fonts
│ ├───font-awesome
│ ├───glyphicons
│ └───google
├───icon
├───img
│ └───people
└───mock-data