esri-wab-build icon indicating copy to clipboard operation
esri-wab-build copied to clipboard

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

Results 23 esri-wab-build issues
Sort by recently updated
recently updated
newest added

Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.3.1 to 3.5.0. Changelog Sourced from diff's changelog. v3.5.0 - March 4th, 2018 Omit redundant slice in join method of diffArrays - 1023590 Support patches with empty...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I am getting the error below when I try to build. The buildOutput was is empty when the error happened. Is there any fix or workaround for it? I am...

I'm getting an error with the Smart Editor Widget It works properly when using the Developer SDK and it also works when I download it from the Developer SDK. When...

Hi, so the build works great but when I run the optimised app, only the basemap shows and nothing else. The layers are visible in the Legend widget, the Attribute...

Hi, I created a vanilla app (just a basemap) with WAB Dev Edition 2.12 After built change env to load local and https://wab.local/arcgis-js-api/moment/locale/he.js?wab_dv=2.12 is missing also /arcgis-js-api/dijit/_BidiMixin.js?wab_dv=2.12 is missing It's...

when writing the app.profile.js file, the prebuild.js script uses `JSON.stringify()`. Unfortunately this strips out any regex from the profile and replaces it with an empty object. In my _app.profile.js file,...

help wanted