@next react-scripts(webpack.config.js) to resolve `.wasm` extension?
Created by: ins429
I was curious if there was any reason .wasm
extension was left out from resolve.extensions
list?
Webpack also default to include .wasm
.
It'd be nice to start using/experimenting wasm from create-react-app!