v0.13.0
Changed
-
Node package exports
are now supported when resolving dependency modules.The
module,import, anddevelopment
conditions
are enabled.Note this change should not theoretically be BREAKING, but this release is
versioned with a major increment because there a risk of breakage in practice
due to misconfiguredpackage.jsonfiles, differences betweenprodand
devmodes, etc.
Added
- Added
modifiedproperty to<playground-project>and<playground-ide>
which indicates whether the user has modified, added, or removed any project
files. Resets whenever a new project is loaded.