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

7 lines
106 B
JavaScript

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