module: {
loaders: [
{test: /.css$/, loader: 'style!css'}
]
}
上面是配置
require('./index.css');
这里是引入css文件
ERROR in ./entry.js
Module not found: Error: Can't resolve 'style' in '/Users/zwf/MyBlog'
BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders.
You need to specify 'style-loader' instead of 'style'.
@ ./entry.js 3:0-22
这里是报错
求助
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…