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

9 lines
133 B
JavaScript

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