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

8 lines
109 B
JavaScript
Raw Normal View History

"use strict";
2024-06-09 11:16:17 +08:00
module.exports = {
2025-07-08 22:46:17 +08:00
findBundle() {
2024-06-09 11:16:17 +08:00
return ["entry-a-bundle.js", "entry-b-bundle.js"];
}
};