webpack:找不到模块:错误:无法解析文件夹('src')

时间:2016-12-19 08:33:02

标签: webpack webpack-dev-server

我从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

0 个答案:

没有答案