micromata / Baumeister

Unmaintained – :construction_worker: The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
MIT License
171 stars 37 forks source link

Tweak webpack config #245

Closed mischah closed 6 years ago

mischah commented 6 years ago

Beside cleaning up we’ve got some nice web perf enhancements:


Because of tree-shaking I had to split up the babel config to two separate files because the webpack config also runs through babel and needs commonJS modules 🙄

Therefore we now have: .babelrc as well as src/app/.babelrc 🤷‍♂️