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

7 lines
117 B
JavaScript

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