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