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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
AnViL999
Frequent Visitor

Devdependencies

hello,

 

when generating the pbiviz and using it in power bi, are the devDependencies also being installed or are only the dependencies being installed?

 

kind regards

1 ACCEPTED SOLUTION
BhavinVyas3003
Super User
Super User

Only dependencies are included in the .pbiviz used in Power BI. devDependencies are used only during development and are not bundled.


Thanks,
Bhavin
Problem solved? Hit “Accept as Solution” and high-five me with a Kudos! Others will thank you later!

View solution in original post

2 REPLIES 2
dm-p
Super User
Super User

Separating dependencies from devDependencies is really a matter of semantics when it comes to webpack-based projects, as webpack will inspect and tree-shake whatever dependencies you're using, irrespective of where they are allocated in package.json. The approach cited in this article of separating them still makes sense, as it helps folks understand your codebase, but it won't ultimately matter once the visual is packaged.

 

For a time, it was even a requirement for certification that a visual must only use devDependencies (here's an example of a visual I had to do this for), but I'm pretty sure this has recently been relaxed, although I'm still doing it out of habit for all the visuals I submit to AppSource.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




BhavinVyas3003
Super User
Super User

Only dependencies are included in the .pbiviz used in Power BI. devDependencies are used only during development and are not bundled.


Thanks,
Bhavin
Problem solved? Hit “Accept as Solution” and high-five me with a Kudos! Others will thank you later!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors