webpack/test/benchmarkCases/many-chunks/webpack.config.js

5 lines
89 B
JavaScript

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