webpack/test/statsCases/max-external-module-readabl.../webpack.config.js

11 lines
251 B
JavaScript

"use strict";
/** @type {import("../../../types").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
externals: {
test: "commonjs very-very-very-very-long-external-module-readable-identifier-it-should-be-truncated"
}
};