chemdemo/webpack-seed

无法加入 node_modules中的 css 文件

Closed this issue · 3 comments

2016-04-01 09 08 01 am
2016-04-01 09 08 47 am

RROR in Entry module not found: Error: Cannot resolve 'file' or 'directory' ./node_modules/antd/lib/index.css in ./node_modules/antd/lib

一直都是这样的错误.

确定有这个文件?

确定.

我试了下 是extract-text-webpack-plugin这个模块更新导致的 你运行下:
npm remove extract-text-webpack-plugin && npm install extract-text-webpack-plugin@1.0.1