<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Devdependencies in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Devdependencies/m-p/4704249#M12534</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when generating the pbiviz and using it in power bi, are the devDependencies also being installed or are only the dependencies being installed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;</description>
    <pubDate>Fri, 23 May 2025 00:39:41 GMT</pubDate>
    <dc:creator>AnViL999</dc:creator>
    <dc:date>2025-05-23T00:39:41Z</dc:date>
    <item>
      <title>Devdependencies</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Devdependencies/m-p/4704249#M12534</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when generating the pbiviz and using it in power bi, are the devDependencies also being installed or are only the dependencies being installed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 00:39:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Devdependencies/m-p/4704249#M12534</guid>
      <dc:creator>AnViL999</dc:creator>
      <dc:date>2025-05-23T00:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Devdependencies</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Devdependencies/m-p/4704861#M12535</link>
      <description>&lt;P&gt;Only dependencies are included in the .pbiviz used in Power BI. devDependencies are used only during development and are not bundled.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 09:15:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Devdependencies/m-p/4704861#M12535</guid>
      <dc:creator>BhavinVyas3003</dc:creator>
      <dc:date>2025-05-23T09:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Devdependencies</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Devdependencies/m-p/4708004#M12543</link>
      <description>&lt;P&gt;Separating &lt;FONT face="courier new,courier"&gt;dependencies&lt;/FONT&gt; from &lt;FONT face="courier new,courier"&gt;devDependencies&lt;/FONT&gt; is really a matter of semantics when it comes to webpack-based projects, as&lt;SPAN&gt;&amp;nbsp;webpack will inspect and tree-shake whatever dependencies you're using, &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://jsramblings.com/do-dependencies-devdependencies-matter-when-using-webpack/" target="_self"&gt;irrespective of where they are allocated&lt;/A&gt;&lt;SPAN&gt; in &lt;FONT face="courier new,courier"&gt;package.json&lt;/FONT&gt;. 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.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For a time, it was even a requirement for certification that a visual must only use devDependencies (here's an&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://github.com/dm-p/powerbi-visuals-smlc/blob/master/package.json" target="_self"&gt;example of a visual I had to do this for&lt;/A&gt;&lt;SPAN&gt;), 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.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 20:55:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Devdependencies/m-p/4708004#M12543</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2025-05-26T20:55:50Z</dc:date>
    </item>
  </channel>
</rss>

