how can i use less in nuxt?
[issue link]as the title, i hope to use less in nuxt , but when i set lang to less the nuxt tell me that,
`This dependency was not found:
- !!vue-style-loader!css-loader!../node_modules/._vue-loader@11.3.4@vue-loader/lib/style-compiler/index?{“id”:“data-v-b155f86e”,“scoped”:false,“hasInlineConfig”:true}!less-loader!../node_modules/._vue-loader@11.3.4@vue-loader/lib/selector?type=styles&index=0!./index.vue in ./pages/index.vue
To install it, you can run: npm install --save !!vue-style-loader!css-loader!../node_modules/._vue-loader@11.3.4@vue-loader/lib/style-compiler/index?{“id”:“data-v-b155f86e”,“scoped”:false,“hasInlineConfig”:true}!less-loader!../node_modules/._vue-loader@11.3.4@vue-loader/lib/selector?type=styles&index=0!./index.vue
`
but when i install vue-style-load & css-loader , it does not work either, hope to fix it as soon, thanks!