Enable webdev flags in Jaspr#799
Conversation
|
To view this pull requests documentation preview, visit the following URL: Documentation is deployed and generated using docs.page. |
Package Version ReportThe following packages have been updated: |
|
@Markzipan is there a specific setup (dart sdk / build_web_compilers version) required to test this? When I try to run this I only get a bunch of |
|
Looks like this fails because the This file is generated by an earlier jaspr builder. Will try to dig deeper |
|
There's still some quirks I'm hammering out with the hot reload implementation. I'm going to send out a series of changes that should fix them very soon - though I'll need a new DWDS and webdev release before it's all hooked up. I'll try to debug some jaspr apps with hot reload in my local setup though - it's possible I've missed adding something to this PR. |
jaspr serve --module-format=ddcenables the new DDC module system, whilejaspr serve --web-hot-reloadenables DDC hot reload (which uses the backend frontend server implementation).This is for test purposes as I iterate on some ongoing issues.