webpack/test/configCases/source-map/devtool-namespace-with-sour.../test.config.js

6 lines
104 B
JavaScript
Raw Normal View History

2024-06-09 11:16:17 +08:00
module.exports = {
2025-04-22 19:09:25 +08:00
findBundle(i, options) {
2024-06-09 11:16:17 +08:00
return ["entry-a-bundle.js", "entry-b-bundle.js"];
}
};