webpack/test/benchmarkCases/large-ast/webpack.config.js

5 lines
103 B
JavaScript

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