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
…ase (#582)
BREAKING CHANGE:
It was causing massive slowdowns to synchronously resolve files using `true-case-path`, and making it async wasn't a guaranteed win either. So it's removed, which should solve #581 pretty neatly.
Instead now there's a warning if two files are included that differ in case only. It can be disabled by setting `dupewarn : false` as part of the config object.
In lib/normalize.js, true-case-path appears to be adding a lot of time to builds. We discussed exploring if the async version of this helps.
Build times decrease significantly when bypassing true-case-path 🎉
first time: 15s -> 10s
incremental builds: 3.3s -> 2.2s
|
modular-css/rollup
| 23.0.6 ||
modular-css/processor
| 23.0.4 ||
npm --version
| 6.9.0 ||
node --version
| 10.15.3 || Windows | 10 |
The text was updated successfully, but these errors were encountered: