webpack/test/benchmarkCases/devtool-eval-source-map/webpack.config.js

8 lines
133 B
JavaScript

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