Esri / esri-wab-build

Package used to build ESRI Web App Builder Apps for production.
Apache License 2.0
17 stars 5 forks source link

Build output error on web app builder 2.5 app #37

Closed tmatinde closed 6 years ago

tmatinde commented 6 years ago

Created a build using web app builder 2.5

Build was missing jimu.js/OnScreenWidgetIcon and WidgetPlaceholder. The api was also missing from env.js and I had to enter that manually

gbochenek commented 6 years ago

Thanks for the notes @tmatinde!

I haven't gotten a chance to upgrade the tool to 2.5 yet, but if you have a fix for this, we would certainly love a pull request.

tmatinde commented 6 years ago

@gbochenek client also tried it in 2.3 and had the same problem. My easy fix was to copy the 2 js files into the directory.

gbochenek commented 6 years ago

@tmatinde Pull request #39 should fix this issue. I'm going to push a release later today, but would you be able to test your 2.5 app with master?

Thanks!