Releases: edemaine/meteor-solid
Releases · edemaine/meteor-solid
v0.2.3
v0.2.2
- Fix CoffeeScript support. Previously old cached builds from the
coffeescript
module would prevent this module from recompiling unchanged.coffee
files.
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Fix NPM dependency issue when using React mode, specifically the error
Cannot find module '@babel/plugin-proposal-class-properties'
encountered e.g. duringmeteor build
.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Enable recompiling JSX from NPM packages, combining a
match
setting of the formnode_modules/...
with Meteor'smeteor
/nodeModules
/recompile
option. Useful for Solid packages distributed in JSX form.- Note that the
solid
configuration is read frompackage.json
in the app itself, not the NPM package (so potentially a breaking change).
- Note that the
Full Changelog: v0.1.1...v0.2.0
v0.1.1
- Fix CoffeeScript support (at least
verbose
mode not showing anything) - Documentation improvements
Full Changelog: v0.1.0...v0.1.1