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

9 lines
133 B
JavaScript
Raw Permalink Normal View History

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