<?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 Re: Vue.JS modules import into custom visual in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Vue-JS-modules-import-into-custom-visual/m-p/2850281#M6134</link>
    <description>&lt;P&gt;Hi v-zhangti&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;&lt;P&gt;I have already developed some power bi custom visuals, and published them as pbiviz files. All those work well.&lt;/P&gt;&lt;P&gt;Also&amp;nbsp;some times back I have followed, the page you have mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is not that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question is when, I included Vue modules and scss files in a custome visual, and when they are imported in the visual.ts file, it raises those 2 errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know, do custom visuals support for vue.js and scss?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2022 04:23:48 GMT</pubDate>
    <dc:creator>dakdgdl</dc:creator>
    <dc:date>2022-10-19T04:23:48Z</dc:date>
    <item>
      <title>Vue.JS modules import into custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Vue-JS-modules-import-into-custom-visual/m-p/2848724#M6132</link>
      <description>&lt;P&gt;Hi ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to import a Vue.JS module and a scss style file in-to the visual.ts of custom visual, using below 2 ways.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;App&lt;/SPAN&gt; &lt;SPAN&gt;from&lt;/SPAN&gt; &lt;SPAN&gt;'./App.vue'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;"./styles/general.scss"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But it raise below errors when I build and run it using&amp;nbsp; "pbiviz start" command.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;------------------------&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;ERROR in ./src/App.vue 1:0&lt;BR /&gt;Module parse failed: Unexpected token (1:0)&lt;BR /&gt;You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See &lt;A href="https://webpack.js.org/concepts#loaders" target="_blank" rel="noopener"&gt;https://webpack.js.org/concepts#loaders&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;-------------------------&lt;/DIV&gt;&lt;DIV&gt;-----------------------&lt;/DIV&gt;&lt;DIV&gt;ERROR in ./src/styles/general.scss 1:0&lt;BR /&gt;Module parse failed: Unexpected character '@' (1:0)&lt;BR /&gt;You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See &lt;A href="https://webpack.js.org/concepts#loaders" target="_blank" rel="noopener"&gt;https://webpack.js.org/concepts#loaders&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;--------------------------------&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please let me know how can I get fixed it.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;or&lt;/DIV&gt;&lt;DIV&gt;Doesn't custom visuals support to Vue.JS modules and scss files?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Lasantha&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Oct 2022 09:39:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Vue-JS-modules-import-into-custom-visual/m-p/2848724#M6132</guid>
      <dc:creator>dakdgdl</dc:creator>
      <dc:date>2022-10-18T09:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Vue.JS modules import into custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Vue-JS-modules-import-into-custom-visual/m-p/2850197#M6133</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/438849"&gt;@dakdgdl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Power BI visuals are packaged as&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;.pbiviz&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;files that can be stored on your computer.&amp;nbsp;Custom visuals support .pbiviz files.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/import-visual#import-a-visual-file-from-your-local-computer-into-power-bi" target="_blank"&gt;Import Power BI visuals from AppSource or from a file - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 02:55:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Vue-JS-modules-import-into-custom-visual/m-p/2850197#M6133</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2022-10-19T02:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vue.JS modules import into custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Vue-JS-modules-import-into-custom-visual/m-p/2850281#M6134</link>
      <description>&lt;P&gt;Hi v-zhangti&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;&lt;P&gt;I have already developed some power bi custom visuals, and published them as pbiviz files. All those work well.&lt;/P&gt;&lt;P&gt;Also&amp;nbsp;some times back I have followed, the page you have mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is not that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question is when, I included Vue modules and scss files in a custome visual, and when they are imported in the visual.ts file, it raises those 2 errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know, do custom visuals support for vue.js and scss?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 04:23:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Vue-JS-modules-import-into-custom-visual/m-p/2850281#M6134</guid>
      <dc:creator>dakdgdl</dc:creator>
      <dc:date>2022-10-19T04:23:48Z</dc:date>
    </item>
  </channel>
</rss>

