js-dxtools / webpack-validator

Validates your webpack config with Joi
MIT License
295 stars 29 forks source link

fix(recordsPath): records paths do not have to currently exist #107

Closed kentcdodds closed 8 years ago

kentcdodds commented 8 years ago

These don't actually have to exist before webpack runs. If they don't then webpack will behave like they aren't there and just create the recordsPath/recordsOutputPath when it's done.

codecov-io commented 8 years ago

Current coverage is 100%

Merging #107 into master will not change coverage

@@           master   #107   diff @@
====================================
  Files          18     18          
  Lines         135    135          
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
  Hits          135    135          
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last updated by 62c70f9...d4b23d1

jonathanglasmeyer commented 8 years ago

👍🏻