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

7 lines
118 B
JavaScript
Raw Normal View History

/** @type {import("../../../../").Configuration} */
2019-06-05 22:52:47 +08:00
module.exports = {
experiments: {
asyncWebAssembly: true
}
};