Closed matt-gadd closed 7 years ago
@@ master #52 diff @@
==========================================
Files 5 5
Lines 248 248
Methods 0 0
Messages 0 0
Branches 42 42
==========================================
Hits 247 247
Misses 0 0
Partials 1 1
Powered by Codecov. Last update ee45d80...0dd70a4
This tidies up the WebPack config, which was getting increasingly messy due to flags. Basically now the config is back inline which makes it easier to read. I moved it over to TypeScript to enable me to use Object spread for the
includeWhen
helper, but typing the thing is beyond the scope of this PR.