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
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info (before upgrade)
Ionic Info (after upgrade)
Describe the Bug
After upgrading from beta 11 to beta 12, I noticed a big difference in compile time.
Before (4.0.0-beta.11):
[ng] ℹ 「wdm」: Compiling...
[ng]
[ng] Date: 2018-10-16T11:58:26.944Z - Hash: 100fa7e4d25e03303631 - Time: 8463ms
[ng] 173 unchanged chunks
[ng] chunk {tabs-tabs-module} tabs-tabs-module.js, tabs-tabs-module.js.map (tabs-tabs-module) 25.9 kB [rendered]
[ng] ℹ 「wdm」: Compiled successfully.
After (4.0.0-beta.12):
[ng] ℹ 「wdm」: Compiling...
[ng]
[ng] Date: 2018-10-16T12:04:02.336Z - Hash: 9a0c1949d63b849a7238 - Time: 74036ms
[ng] 173 unchanged chunks
[ng] chunk {tabs-tabs-module} tabs-tabs-module.js, tabs-tabs-module.js.map (tabs-tabs-module) 25.9 kB [rendered]
[ng] ℹ 「wdm」: Compiled successfully.
It's only an incremental change (color from light to dark in one of the components), but it almost takes as long as the initial compile duration.
Steps to Reproduce
Steps to reproduce the behavior:
Related Code
Starter project & my custom project
Expected Behavior
Similar build performance as before (at least not x10 times slower)
Additional Context
None
The text was updated successfully, but these errors were encountered: