<?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: Missing `dist-prod` folder in ExB Dev Edition 1.18 in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1663442#M21508</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/55273"&gt;@AndrewGilbert&lt;/a&gt;&amp;nbsp;when you run&amp;nbsp;&lt;STRONG&gt;npm run build:prod,&amp;nbsp;&lt;/STRONG&gt;the widgets are built to the dist folder, and the &lt;STRONG&gt;dist-prod&lt;/STRONG&gt; will not be used anymore. The reason why we made this change is to support &lt;STRONG&gt;shared-code&lt;/STRONG&gt; folder. We support only one shared-code folder, and it must be in the dist folder, so all widgets must be in the dist folder.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Nov 2025 00:46:11 GMT</pubDate>
    <dc:creator>JunshanLiu</dc:creator>
    <dc:date>2025-11-05T00:46:11Z</dc:date>
    <item>
      <title>Missing `dist-prod` folder in ExB Dev Edition 1.18</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1659479#M21194</link>
      <description>&lt;P&gt;In Experience Builder Developer Edition version 1.18, I notice the dist-prod folder is not created when I run &lt;STRONG&gt;npm run build:prod&lt;/STRONG&gt;, and my builds are going to dist only.&lt;/P&gt;&lt;P&gt;In ExB 1.17, package.json has this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"scripts": {
  ...
  "build:prod": "cross-env NODE_ENV=production OUTPUT_FOLDER=./dist-prod webpack --mode production",&lt;/LI-CODE&gt;&lt;P&gt;But in ExB 1.18, notice that&amp;nbsp;&lt;STRONG&gt;&lt;STRONG&gt;OUTPUT_FOLDER=./dist-prod &lt;/STRONG&gt;&lt;/STRONG&gt;is missing:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"scripts": {
  ...
  "build:prod": "cross-env NODE_ENV=production webpack --mode production",&lt;/LI-CODE&gt;&lt;P&gt;I don't see any documentation of this change. Is it expected that now both the dev and prod builds go to the same location, and the dist-prod folder is obsolete?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 21:47:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1659479#M21194</guid>
      <dc:creator>AndrewGilbert</dc:creator>
      <dc:date>2025-10-21T21:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `dist-prod` folder in ExB Dev Edition 1.18</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1660301#M21280</link>
      <description>&lt;P&gt;Can you try the "&lt;SPAN&gt;build:for-download&lt;/SPAN&gt;" script? The output is in the "dist-download" folder&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 01:09:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1660301#M21280</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2025-10-24T01:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `dist-prod` folder in ExB Dev Edition 1.18</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1661123#M21355</link>
      <description>&lt;P&gt;`npm run build:for-download` works. The `dist-download` folder was created, and the Simple widget appears to have built to `dist-download\widgets\simple`.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 22:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1661123#M21355</guid>
      <dc:creator>AndrewGilbert</dc:creator>
      <dc:date>2025-10-27T22:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `dist-prod` folder in ExB Dev Edition 1.18</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1663304#M21502</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/109676"&gt;@JunshanLiu&lt;/a&gt;, just following up on this. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 18:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1663304#M21502</guid>
      <dc:creator>AndrewGilbert</dc:creator>
      <dc:date>2025-11-04T18:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `dist-prod` folder in ExB Dev Edition 1.18</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1663442#M21508</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/55273"&gt;@AndrewGilbert&lt;/a&gt;&amp;nbsp;when you run&amp;nbsp;&lt;STRONG&gt;npm run build:prod,&amp;nbsp;&lt;/STRONG&gt;the widgets are built to the dist folder, and the &lt;STRONG&gt;dist-prod&lt;/STRONG&gt; will not be used anymore. The reason why we made this change is to support &lt;STRONG&gt;shared-code&lt;/STRONG&gt; folder. We support only one shared-code folder, and it must be in the dist folder, so all widgets must be in the dist folder.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 00:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/missing-dist-prod-folder-in-exb-dev-edition-1-18/m-p/1663442#M21508</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2025-11-05T00:46:11Z</dc:date>
    </item>
  </channel>
</rss>

