nuxt踩坑

1.nuxt配置loader报错:

loader : 'style-loader!css-loader!less-loader'

解决办法:https://www.gitmemory.com/danigomonea

在package.json里降级你的css-loader:

报错原因:这应该是nodejs一个的bug.

===========================

原文地址:https://www.cnblogs.com/ft039x/p/11377810.html