Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www: yarn: workaround local package caching
due to some caching implemented by yarn, application does not update local dependencies (cleaning up node_modules seems to be the only way to trigger a code update when I regen the aocwasm) why is slightly annoying. Using the link: protocol fixes the issue. It will symlink the wasm build directly into the node_modules directly. This gives us live updates - way better. ref: yarnpkg/yarn#2165 (comment)
- Loading branch information