webpack/test/benchmarkCases/cache-filesystem/webpack.config.js

8 lines
124 B
JavaScript

/** @type {import("../../../").Configuration} */
module.exports = {
entry: "./index",
cache: {
type: "filesystem"
}
};