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
{{ message }}
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
In #896, I added
CI=falsein theyarn build:extensionstep: https://github.com/paritytech/substrate-light-ui/pull/896/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R22This is to avoid a known webpack issue around dynamic requires, introduced by using wasm, see for example wasm-bindgen/wasm-pack#822:
It's really not critical, and everything works with this CI=false. Just a reminder issue.