andywer / webpack-blocks

📦 Configure webpack using functional feature blocks.
MIT License
2.97k stars 94 forks source link

Move elm to own repo #271

Closed zcei closed 6 years ago

zcei commented 6 years ago

You can find it here: webpack-blocks/elm

Related PR with the e2e test: https://github.com/webpack-blocks/elm/pull/1

zcei commented 6 years ago

@vlad-zhukov I think I just decreased build time from >20min to ~5min 😀

vlad-zhukov commented 6 years ago

I think I just decreased build time from >20min to ~5min 😀

This is awesome! 🏆 I was waiting for this for a long time, finally we can get rid of builds that take forever!

P.S. 🤓 technically builds run simultaneously so from 12-15 mins to 2-3, which is even better!

dmitmel commented 6 years ago

Awesome!

jvanbruegge commented 6 years ago

The built time is quite amazing

farism commented 6 years ago

If elm was experiencing slow build times, it may have been due to invalid reporting of cores to the elm compiler which severely slows down the compiling of modules https://github.com/elm-lang/elm-compiler/issues/1473