webpack/examples/mixed/webpack.config.js

6 lines
145 B
JavaScript
Raw Normal View History

module.exports = {
optimization: {
chunkIds: "named" // To keep filename consistent between different modes (for example building only)
}
};