You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Web BLE, which requires the environmental variable RUSTFLAGS=--cfg=web_sys_unstable_apis. (More info). Currently, it works if I do RUSTFLAGS=--cfg=web_sys_unstable_apis npm start, but I would prefer to have the environmental variable as part of the Webpack config so I can just run npm start.
The text was updated successfully, but these errors were encountered:
I want to use Web BLE, which requires the environmental variable
RUSTFLAGS=--cfg=web_sys_unstable_apis
. (More info). Currently, it works if I doRUSTFLAGS=--cfg=web_sys_unstable_apis npm start
, but I would prefer to have the environmental variable as part of the Webpack config so I can just runnpm start
.The text was updated successfully, but these errors were encountered: