isomorphic-rust/yew/webpack.config.js

6 lines
104 B
JavaScript

module.exports = {
experiments: {
asyncWebAssembly: true,
importAsync: true,
}
}