JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 36
  • Score
    100M100P100Q63482F
  • License Apache

Build ESRI Web App Builder Applications for performance.

Package Exports

  • esri-wab-build

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esri-wab-build) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NPM version NPM total download dependencies styled with prettier

esri-wab-build

Package used to build ESRI Web App Builder Apps for production.

Verified and designed for 2D Apps built using Web App Builder for Developers 2.3 or 2.4.

This task runs a full dojo build on any web app builder application, which will greatly improve performance.

Based largely around the scripts built by Junshan Liu (@qlqllu) at https://geonet.esri.com/docs/DOC-7934

Requirements:

  • Bower (validated with 1.8.0) installation : npm install -g bower
  • Nodejs (validated with 6.9.4)
  • Java 7 or greater
  • Git

Install and run globaly:

  1. npm install -g esri-wab-build
  2. navigate to the application to be built
  3. esri-wab-build

Install and run localy:

  1. navigate to the application to be built
  2. npm install esri-wab-build --save
  3. node esri-wab-build/app/build

The build output will be located in buildOut\app and compressed in buildOut\app.zip