chmnchiang
chmnchiang
## 🐛 Bug description The browser failed to reload after changing the source when using this plugin with `webpack-dev-server`. This only happens when using wasm-pack with version `0.10.x`, but not...
### Describe the Bug Running `yarn start` should start a dev-server that will recompile webpack bundle every time the rust source file is changed, but it fails to do so...
## Description of the feature It seems like the output type in a `ComplexObject` must match the word `Result` literally, or else it will need to implement `Clone`. https://github.com/async-graphql/async-graphql/blob/e627ef41629baad43f27b0eee46bcad0c27d7aa3/derive/src/output_type.rs#L13-L14 This...