isomorphic-rust/yew/webpack.config.js

6 lines
104 B
JavaScript
Raw Permalink Normal View History

2020-07-24 14:52:42 -04:00
module.exports = {
experiments: {
asyncWebAssembly: true,
importAsync: true,
}
}