webpack/test/configCases/chunk-graph/rewalk-chunk/test.config.js

6 lines
63 B
JavaScript

module.exports = {
findBundle() {
return ["main.js"];
}
};