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

9 lines
236 B
JavaScript
Raw Normal View History

/** @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"
}
};