Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

error in loading leaflet css under pbi-visuals-tools 3.0.x

I following the tutorial to migrate to the new visual tool, however when I import css from node_modules I receive the following error:

 

error in ./node_modules/leaflet/dist/leaflet.css

Module parse failed: Unexpected token (3:0)
You may need an appropriate loader to handle this file type.
| /* required styles */
|
> .leaflet-pane,
| .leaflet-tile,
| .leaflet-marker-icon,

2 REPLIES 2
v-viig
Community Champion
Community Champion

It seems there's no loader for CSS in PBIVIZ 3.0.x but there's a loader for .less files. You can workaround this issue by creating a less file and importing this file into ts file import "./src/styles.less".

 

Inside .less file you can use import for css:  @import (less) "node_modules/leaflet/dist/leaflet.css";

 

This is a temporary workaround. I'll talk to engineering team to address this issue.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Sir, i tried to import 

@import (less) "node_modules/leaflet/dist/leaflet.css";
in visual.less and  got the error

1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)

 

any solution please tell

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors