mirror of https://github.com/webpack/webpack.git
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = {
|
||
|
findBundle() {
|
||
|
return ["./index.js"];
|
||
|
}
|
||
|
};
|