Less not working #1183

Closed
opened 2025-08-09 17:19:11 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @sergeushenecz on 12/14/2016

I'm wrote the code as you have in the instructions.
In the webpack.config added
{ test: /\.less/, include: /ClientApp/, loader: 'raw-loader!less-loader' },
and I installed less-loader
but my browser is writing me now
image
My component definition
@Component({ selector: 'nav-menu', templateUrl: './navmenu.component.html', styleUrls: ['./navmenu.component.less'] })
Can you help me please?

*Originally created by @sergeushenecz on 12/14/2016* I'm wrote the code as you have in the instructions. In the webpack.config added ``{ test: /\.less/, include: /ClientApp/, loader: 'raw-loader!less-loader' },`` and I installed less-loader but my browser is writing me now ![image](https://cloud.githubusercontent.com/assets/7217517/21180290/517cfed4-c209-11e6-9283-ac586485f37e.png) My component definition `@Component({ selector: 'nav-menu', templateUrl: './navmenu.component.html', styleUrls: ['./navmenu.component.less'] })` Can you help me please?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1183
No description provided.