<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Akash Gupta</title>
    <description>The latest articles on DEV Community by Akash Gupta (@akashakg18).</description>
    <link>https://dev.to/akashakg18</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F691818%2Fe88d548f-5a12-4720-b85e-3d4827f4860d.jpg</url>
      <title>DEV Community: Akash Gupta</title>
      <link>https://dev.to/akashakg18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akashakg18"/>
    <language>en</language>
    <item>
      <title>[Paid-$] Ng build with npx-build-plus</title>
      <dc:creator>Akash Gupta</dc:creator>
      <pubDate>Fri, 11 Apr 2025 10:48:42 +0000</pubDate>
      <link>https://dev.to/akashakg18/ng-build-with-npx-build-plus-4d74</link>
      <guid>https://dev.to/akashakg18/ng-build-with-npx-build-plus-4d74</guid>
      <description>&lt;p&gt;I am using angular shell application and react is remote application &lt;/p&gt;

&lt;p&gt;both application is running good. but when I am going to use ng build it's showing this error and taking too much time.&lt;br&gt;
`ng build&lt;br&gt;
⠦ Generating browser application bundles (phase: setup)...An unhandled exception occurred: Invalid options object. Module Federation Plugin has been initialized using an options object that does not match the API schema.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;options has an unknown property 'module'. These properties are valid:
object { exposes?, filename?, library?, name?, remoteType?, remotes?, runtime?, shareScope?, shared? }
See "C:\Users\AKASHG~1\AppData\Local\Temp\ng-lUb4cb\angular-errors.log" for further details.
⠙ Generating browser application bundles (phase: setup)...`&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;"build": {&lt;br&gt;
          "builder": "ngx-build-plus:browser",&lt;br&gt;
          "options": {&lt;br&gt;
            "extraWebpackConfig": "projects/host-app/src/webpack.config.js",&lt;br&gt;
                        "commonChunk": false,&lt;br&gt;
            "outputPath": "dist/host-app",&lt;br&gt;
            "index": "projects/host-app/src/index.html",&lt;br&gt;
            "main": "projects/host-app/src/main.ts",&lt;br&gt;
            "polyfills": [&lt;br&gt;
              "zone.js"&lt;br&gt;
            ],&lt;br&gt;
            "tsConfig": "projects/host-app/tsconfig.app.json",&lt;br&gt;
            "inlineStyleLanguage": "scss",&lt;br&gt;
            "assets": [&lt;br&gt;
              "projects/host-app/src/favicon.ico",&lt;br&gt;
              "projects/host-app/src/assets",&lt;br&gt;
              "projects/host-app/src/assets",&lt;br&gt;
              "projects/host-app/src/sass",&lt;br&gt;
              "projects/host-app/src/manifest.json"&lt;br&gt;
            ],&lt;br&gt;
            "styles": [&lt;br&gt;
              "node_modules/bootstrap/dist/css/bootstrap.min.css",&lt;br&gt;
              "node_modules/bootstrap/dist/css/bootstrap.css",&lt;br&gt;
              "./node_modules/primeicons/primeicons.css",&lt;br&gt;
              "./node_modules/primeng/resources/themes/saga-blue/theme.css",&lt;br&gt;
              "./node_modules/primeng/resources/primeng.min.css",&lt;br&gt;
              "./node_modules/quill/dist/quill.core.css",&lt;br&gt;
              "./node_modules/quill/dist/quill.snow.css",&lt;br&gt;
              "./node_modules/ngx-toastr/toastr.css",&lt;br&gt;
              "projects/host-app/src/sass/styles.scss"&lt;br&gt;
            ],&lt;br&gt;
            "scripts": [&lt;br&gt;
              "./node_modules/jquery/dist/jquery.min.js",&lt;br&gt;
              "./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js",&lt;br&gt;
              "./node_modules/quill/dist/quill.js",&lt;br&gt;
              "./node_modules/mammoth/mammoth.browser.min.js",&lt;br&gt;
              "node_modules/@lottiefiles/lottie-player/dist/lottie-player.js"&lt;br&gt;
            ],&lt;br&gt;
            "optimization": false,&lt;br&gt;
            "sourceMap": false,&lt;br&gt;
            "namedChunks": false,&lt;br&gt;
            "aot": true,&lt;br&gt;
            "extractLicenses": true,&lt;br&gt;
            "vendorChunk": false,&lt;br&gt;
            "buildOptimizer": false&lt;br&gt;
          },&lt;/p&gt;

</description>
      <category>angular</category>
      <category>react</category>
      <category>webpack</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
