Releases: AngelMunoz/Perla
Fix Fable watch
v0.6.0 bump
JSPM scopes support
this one fixes #13
previously JSPM would work if the package had no dependencies otherwise it would try to look for another import, JSPM provides scopes for such packages which we were not handling correctly when adding a new package from jspm
Add JSPM CDN Support
This release addresses #12 which enables adding packages from different sources thanks to JSPM
- jspm
- jsdelivr
- unkpg
in adition to the existing skypack cdn
fix build command
Fix esbuild build command when there are multiple packages as dependencies
bug fixes
Early Bits
This is the very first release as a dotnet tool/binaries I will start testing this with my own projects
I want to try Fable projects first and some "vanilla" Javascript ones to see what are the first issues we can come accross, the very first I can think are related to CSS imports which is tracked in #1