Robert Jaros
08/19/2020, 7:15 PMRobert Jaros
08/19/2020, 7:17 PMChange detected, executing build...
⚠ 「wdm」: Hash: 52dbb9ae4f74299d78458s]
Version: webpack 4.41.2
Time: 183ms
Built at: 2020-08-19 21:01:11
⚠ 「wdm」: Hash: 2e49755bf090370d1c4f19s]
Version: webpack 4.41.2
Time: 308ms
Built at: 2020-08-19 21:01:12
and with 1.4:
Change detected, executing build...
⚠ 「wdm」: Hash: bb861759a4ad7edea8ab35s]
Version: webpack 4.42.1
Time: 1836ms
Built at: 2020-08-19 21:14:41
⚠ 「wdm」: Hash: 95a503e7000eadd68b91 39s]
Version: webpack 4.42.1
Time: 3592ms
Built at: 2020-08-19 21:14:45
Robert Jaros
08/19/2020, 9:33 PMkotlin-source-map-loader
was used and now we have source-map-loader
, which obviously has support even for emojis! When I remove it from the configuration it runs fast again.Robert Jaros
08/19/2020, 9:34 PMRobert Jaros
08/19/2020, 9:53 PMkotlin {
js {
browser {
runTask {
sourceMaps = false
}
}
}
}