Ardatan Meteor Webpack Versions Save

https://medium.com/@ardatan/meteor-with-webpack-in-2018-faster-compilation-better-source-handling-benefit-from-bc5ccc5735ef

0.0.5

6 years ago
  • 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.

0.0.4_9

6 years ago

Fixed path issue #14

0.0.4_3

6 years ago

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

0.0.3_9

6 years ago

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

0.0.3_8

6 years ago

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

0.0.3_1

6 years ago
  • Fix compiler hash references; Thanks for the great contribution of @Gywem
  • Update examples

0.0.3

6 years ago

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

0.0.2

6 years ago

0.0.1_1

6 years ago

0.0.1

6 years ago