Releases: ardatan/meteor-webpack
Releases · ardatan/meteor-webpack
Release 0.0.4_9
Release 0.0.5
Release 0.0.4_3
do not keep old compilers ( causes memory leak )
add all assets, not just chunks
send stylesheets to Meteor's boilerplate generator if no index file is generated
Release 0.0.3_9
Release 0.0.3_8
[server-side HMR] keep Meteor's core handlers
Release 0.0.3_1
- Fix compiler hash references; Thanks for the great contribution of @Gywem
- Update examples
Release 0.0.3
- implement server-side HMR which fixes together with
.meteorignore
workaround. #5 - enhance cache mechanism; now it handles the change of
webpack.config.js
.meteorignore
file should be added in order to prevent the extra reload of Meteor's bundler in HMR mode.
server/
should be added for server,
client/
should be added for client,
imports/
should be added for shared code between server and client.
After that, only webpack-dev-middleware will handle file-watching for re-compilation.
Removing `modules` package from dependencies, fixing examples for HMR
fix react example for HMR, now UI code will only trigger client refresh remove modules package from dependencies fix webpack client bundle in case of working without middleware
Fix for dependencies
Merge pull request #3 from filipenevola/master adding yarn.lock, adding bcrypt, adding .gitignore
Initial Release
0.0.1 release 0.0.1