webpack/test/statsCases/module-not-found-error/webpack.config.js

9 lines
148 B
JavaScript
Raw Permalink Normal View History

"use strict";
/** @type {import("../../../").Configuration} */
2018-12-06 18:36:32 +08:00
module.exports = {
mode: "production",
entry: "./index",
stats: "errors-only"
};