课程
/前端开发
/前端工具
/Vue+Webpack打造todo应用
请问怎么解决啊
2018-05-25
源自:Vue+Webpack打造todo应用 2-2
正在回答
都下载了,还是报错
npm下载stylus-loader,还要再下载一个stylus
npm i stylus
npm i stylus-loader
提示说了,缺少对应的解析,无法处理这类文件,也就是装上stylus-loader,webpack.config.js中配置一下
因为多了''
举报
用前端最热门框架Vue+最火打包工具Webpack打造todo应用
4 回答You may need an appropriate loader to handle this file type
1 回答stylus不能解析 报这个错You may need an appropriate loader to handle this file type.
3 回答启动报错You may need an appropriate loader to handle this file type. 都已经加载了
9 回答ERROR in ./src/todo/footer.jsx Module parse failed: Unexpected token (9:6) You may need an appropriate loader to handle this file type.
3 回答打包报错Unexpected character '#' (1:0)You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.