I'm not the most proficient with webpack, so does ...
# compose-web
e
I'm not the most proficient with webpack, so does it makes sense that if I wanted to make a compose SPA I'd have to do something like:
Copy code
config.devServer.historyApiFallback = {
  rewrites: [
    { from: /.*my-module.wasm/, to: '/my-module.wasm' },
  ]
}