webpack/examples/code-splitting-native-impor.../webpack.config.js

8 lines
168 B
JavaScript
Raw Permalink Normal View History

"use strict";
module.exports = {
optimization: {
2018-12-19 21:05:17 +08:00
chunkIds: "deterministic" // To keep filename consistent between different modes (for example building only)
}
};