webpack/test/configCases/entry/depend-on-bug/test.config.js

8 lines
115 B
JavaScript

"use strict";
module.exports = {
findBundle() {
return ["./other-vendors.js", "./page1.js", "./app.js"];
}
};