mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Two improvements to the development workflow (#270)
* Configure rust-analyzer to target wasm32-unknown-unknown * Watch changes to core rust files
This commit is contained in:
@@ -13,6 +13,7 @@ module.exports = {
|
||||
(Plugin) =>
|
||||
new Plugin({
|
||||
crateDirectory: path.resolve(__dirname, "wasm"),
|
||||
watchDirectories: [path.resolve(__dirname, "../../core")],
|
||||
})
|
||||
)
|
||||
.end();
|
||||
|
||||
Reference in New Issue
Block a user