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

6 lines
62 B
JavaScript

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