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

6 lines
104 B
JavaScript
Raw Normal View History

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