You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the following repository: https://github.com/IsraelHikingMap/Site
Inside IsraelHiking.web run npm install, npm run build -- --watch
change a file and measure the time it takes to finish incremental build.
Now do the same for the openlayers branch.
Changes in incremental build are significant...
Desired functionality
incremental build time should not change that much between angular 6 and 7.
Mention any other details that might be useful
Overall build time of production is also becoming an issue which got a bit worse in angular 7.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions:
npm: 6.2.0
node: v8.11.3
angular-cli: 7.1.0
Repro steps
Using the following repository:
https://github.com/IsraelHikingMap/Site
Inside IsraelHiking.web run
npm install
,npm run build -- --watch
change a file and measure the time it takes to finish incremental build.
Now do the same for the
openlayers
branch.Changes in incremental build are significant...
Desired functionality
incremental build time should not change that much between angular 6 and 7.
Mention any other details that might be useful
Overall build time of production is also becoming an issue which got a bit worse in angular 7.
The text was updated successfully, but these errors were encountered: