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

8 lines
128 B
JavaScript

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