Skip to content

Releases: ardatan/meteor-webpack

Release 0.0.4_9

10 May 13:43
Compare
Choose a tag to compare

Fixed path issue #14

Release 0.0.5

10 May 16:25
Compare
Choose a tag to compare
  • Use webpack stats to find output files instead of reading from virtual file system.
    Thanks @RoyGil for this great approach ! #16

Breaking changes:

  • You have to add webpack-meteor-externals to your project as described in README.

Release 0.0.4_3

01 May 09:55
Compare
Choose a tag to compare

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

29 Apr 10:06
Compare
Choose a tag to compare

Fix Server-side HMR - handling existing handlers in a different approach - Thanks @RoyGil ! #12

Release 0.0.3_8

28 Apr 20:49
Compare
Choose a tag to compare

[server-side HMR] keep Meteor's core handlers

Release 0.0.3_1

26 Apr 19:18
Compare
Choose a tag to compare
  • Fix compiler hash references; Thanks for the great contribution of @Gywem
  • Update examples

Release 0.0.3

26 Apr 10:25
Compare
Choose a tag to compare
  • 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

10 Apr 00:04
Compare
Choose a tag to compare
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

29 Mar 22:28
5d24f57
Compare
Choose a tag to compare
Merge pull request #3 from filipenevola/master

adding yarn.lock, adding bcrypt, adding .gitignore

Initial Release

22 Mar 20:43
Compare
Choose a tag to compare
0.0.1

release 0.0.1