webpack/examples/named-chunks/webpack.config.js

8 lines
77 B
JavaScript

"use strict";
module.exports = {
optimization: {
chunkIds: "named"
}
};