Possible to use arcgis-webpack-plugin with ArcGIS Experience Builder Developer Edition

510
0
03-18-2022 02:26 AM
Ranga_Tolapi
Occasional Contributor III

Would like to have the below features of arcgis-webpack-plugin with ArcGIS Experience Builder Developer Edition v1.7, can this be possible?

  • Limit locales:
    • locales: ['en']
  • Exclude 3D modules from build
    •     features: {
            "3d": false
          }
  • Exclude modules you do not need
    • userDefinedExcludes: [
            "@arcgis/core/layers/BingMapsLayer",
            "@arcgis/core/layers/CSVLayer"
      ]
0 Kudos
0 Replies