mirror of https://github.com/webpack/webpack.git
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
|
/** @type {import("../../../../").Configuration} */
|
||
|
module.exports = {
|
||
|
devtool: "eval-source-map-debugids"
|
||
|
};
|