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

6 lines
113 B
JavaScript

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