shellscape / koa-webpack

Development and Hot Reload Middleware for Koa2
Mozilla Public License 2.0
441 stars 53 forks source link

Build of 0.5.0 does not contain recent changes #50

Closed dpatti closed 7 years ago

dpatti commented 7 years ago

To illustrate:

$ npm view koa-webpack@0.4 dist.tarball | xargs curl -s | tar -xzO package/dist/index.js | md5sum
d41d8cd98f00b204e9800998ecf8427e  -
$ npm view koa-webpack@0.5 dist.tarball | xargs curl -s | tar -xzO package/dist/index.js | md5sum
d41d8cd98f00b204e9800998ecf8427e  -

The dist/index.js file from the package tarball is the same in 0.5 as it was in 0.4. This means it's missing the changes from #49.

shellscape commented 7 years ago

thanks for the heads up on that. looking into it now

shellscape commented 7 years ago

0.5.1 should fix that. doesn't look like dist made it into the commit. cheers