This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Migration to Webpack 2
This release includes rewrites necessary for migration to Webpack 2. Since Huron has so few users thus far, we are not supporting backwards-compatibility with Webpack 1, and thus bumping the version up to 2.0.0.
Major changes:
- Switch to using handlebars-template-loader instead of handlebars-loader, as handlebars-loader was not playing nice with Webpack 2 for some reason (didn't dig too deep into it, but might be worth further exploration)
- Wepack 2 no longer supports custom properties in its config, which Huron previously required. This release moves the huron config to a separate file and adds a CLI flag for it.