webpack/test/configCases/source-map/harmony-eval-source-map/webpack.config.js

5 lines
102 B
JavaScript

/** @type {import("../../../../").Configuration} */
module.exports = {
devtool: "eval-source-map"
};