webpack/test/configCases/process-assets/html-plugin/test.config.js

6 lines
74 B
JavaScript
Raw Normal View History

2020-11-11 21:01:29 +08:00
module.exports = {
findBundle: function () {
return "./test.js";
}
};