Esri / arcgis-webpack-plugin

Webpack plugin for the ArcGIS API for JavaScript
Apache License 2.0
134 stars 26 forks source link

Use value of "assetsDir" variable during asset copy #115

Closed Zhumos closed 3 years ago

Zhumos commented 3 years ago

Description

This fix addresses a regression introduced in commit Esri@7aadbb1 that clobbered the assetsDir variable being used.

Related Issue

https://github.com/Esri/arcgis-webpack-plugin/issues/114

How Has This Been Tested?

Tested change locally which correctly copied the assets to the directory specified by assetsDir

Types of changes

Checklist:

odoe commented 3 years ago

Thanks!