【发布时间】:2021-12-05 02:46:34
【问题描述】:
在https://quasar.dev 中,我想启用 webpack 5 实验性功能,以便轻松加载 wasm。
根据 webpack,我需要将以下内容添加到我的 module.exports webpack 配置中。
experiments: {
asyncWebAssembly: true,
syncWebAssembly: true
},
由于 quasar 有自己的配置,我在哪里启用此功能?
【问题讨论】: