Issue: v2.0.0 related
mroeling opened this issue · 0 comments
While working on #133 I noticed a few issues related to my local environment not being fully compatible with codespace. Also, some components are not flexible enough to allow custom environments to work properly.
Recursive watch not working. In generateContentVitePlugin.js I had to comment the recursive: true to make it work. I tried it on Windows with WSL2 and on Ubuntu 20.04. Non-critical, simple rebuild was enough.
let fsContentWatcher;
if (process.env.NODE_ENV === "development") {
fsContentWatcher = fs.watch("content", { recursive: true }, build);
}Hardcoded url's to https://github.com/matschik/component-party/. Because the icon for aurelia is missing in your branch it would not show, but when i noticed that it was caused by the URL, I metally marked it as non-critical as well.
In:
generateContent.jsFrameworkLabel.svelteHeader.svelte
None of these where blocking for my work. The application itself was still running properly. It was a fun challenge to make all examples for Aurelia 1 working. Looking forward to the next updates! 👍