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

7 lines
118 B
JavaScript

/** @type {import("../../../../").Configuration} */
module.exports = {
experiments: {
asyncWebAssembly: true
}
};