You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server, gitter or StackOverflow.
It's telling you the file ./style.less is not there. You may need a different path
项目结构是:
-src
-assets
- components
-router
-App.vue
-main.js
使用vue-cli脚手架,想把.vue单文件改成html+js+less形式进行架构的组建,webpack.base.conf.js中less-loader的配置是:
**{ test: /\.less$/, loader: 'style-loader!css-loader!less-loader' },**
js引入.less文件是:
**import './style.less'**
在使用less时出现了如下问题:
`$ npm run dev
This relative module was not found:
The text was updated successfully, but these errors were encountered: