webpack/test/configCases/output/string/test.config.js

6 lines
73 B
JavaScript

module.exports = {
findBundle: function () {
return ["./a.js"];
}
};