dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Tidy up WebPack config #52

Closed matt-gadd closed 7 years ago

matt-gadd commented 7 years ago

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.

codecov-io commented 7 years ago

Current coverage is 99.59% (diff: 100%)

Merging #52 into master will not change coverage

@@             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