module: { loaders: [ {test: /\.css$/, loader: 'style!css'} ] } 上面是配置 require('./index.css'); 这里是引入css文件ERROR in ./entry.jsModule 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这里是报错求助
添加回答
举报
0/150
提交
取消