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

8 lines
133 B
JavaScript
Raw Permalink Normal View History

"use strict";
/** @type {import("../../../").Configuration} */
2017-01-18 05:26:38 +08:00
module.exports = {
entry: "./index",
devtool: "eval-source-map"
2017-03-31 22:00:00 +08:00
};