mirror of https://github.com/webpack/webpack.git
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
|
module.exports = {
|
||
|
findBundle: function (i, options) {
|
||
|
return ["style2_css.bundle0.mjs", "bundle0.mjs"];
|
||
|
}
|
||
|
};
|