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

5 lines
102 B
JavaScript
Raw Normal View History

/** @type {import("../../../../").Configuration} */
2017-01-18 02:38:41 +08:00
module.exports = {
devtool: "eval-source-map"
};