webpack/test/hotCases/lazy-compilation/simple/webpack.config.js

11 lines
151 B
JavaScript
Raw Normal View History

2021-01-21 23:32:49 +08:00
"use strict";
/** @type {import("../../../../").Configuration} */
module.exports = {
experiments: {
2021-01-22 08:01:17 +08:00
lazyCompilation: {
entries: false
}
2021-01-21 23:32:49 +08:00
}
};