Is there an existing issue for this?
Describe the bug
Wasm SIMD is disabled even in the development environment, which causes native WebAssembly builds and slows down project builds unnecessarily.
Expected Behavior
Wasm SIMD should only be disabled in non dev environments to provide support for more browser versions while using Bit.BlazorES2019
Steps To Reproduce
- Build the project in development mode.
- Notice that native WASM builds are triggered and build times are slow.
Exceptions (if any)
No response
.NET Version
No response
Anything else?
See parent issue #11512 and PR #11513 for context.