webpack/test/watchCases/wasm/caching/webpack.config.js

6 lines
66 B
JavaScript
Raw Normal View History

2019-06-05 22:52:47 +08:00
module.exports = {
experiments: {
asyncWebAssembly: true
}
};