CaptainInler / findAtree

find:evergreen_tree:tree
https://captaininler.github.io/findAtree/
MIT License
0 stars 0 forks source link

Manually configure build system to use Webpack and exclude ArcGIS API modules from bundling #1

Closed RalucaNicola closed 6 years ago

RalucaNicola commented 6 years ago

This PR changes the build system of angular cli to a manually configured one:

It uses webpack dev server to serve the files in a development environment. It excludes esri modules from the webpack bundler because they are incompatible. Read more here.

I also added a map component to display a webscene centered on Zurich.

I left the rest unchanged so things should still work.

Corresponding issue: https://github.com/CaptainInler/findAtree/issues/4