Tinky Holloway
Tinky Holloway
You want to remove the contents of ./dist each time you start a build? Take a look at hooks and the env variable TRUNK_DIST_DIR. (https://trunkrs.dev/assets/). Seems you could use a...
This works (in 0.16.0) #401
I had this problem. Trunk would see that I did not already have the tools needed installed, and went off and downloaded them for me. Unfortunately, it downloaded intel binaries....
Cleared the caches and application files: ``` % rm -Rf ~/Library/Application\ Support/dev.trunkrs.trunk % rm -Rf ~/Library/Caches/dev.trunkrs.trunk ``` Made sure that I did not have any system installed versions of the...
`trunk` looks inside the application's `Cargo.lock` to determine a what version of `wasm-bindgen` to search for. In the above this resolved to `0.2.74` because the example's `Cargo.toml` specified: ``` wasm-bindgen...