webpack/test/statsCases/dynamic-chunk-name-error/webpack.config.js

12 lines
197 B
JavaScript
Raw Normal View History

"use strict";
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: {
entry1: "./entry-1.js",
entry2: "./entry-2.js",
entry3: "./entry-3.js"
}
};