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.
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