webpack/test/configCases/chunk-index/order-multiple-entries/test.config.js

6 lines
98 B
JavaScript

module.exports = {
findBundle: function(i, options) {
return ["entry1.js", "entry2.js"];
}
};