2025-07-16 22:29:28 +08:00
|
|
|
"use strict";
|
|
|
|
|
2020-04-20 13:36:55 +08:00
|
|
|
/** @type {import("../../../../").Configuration} */
|
2018-05-25 21:41:20 +08:00
|
|
|
module.exports = {
|
|
|
|
optimization: {
|
2018-07-11 17:51:42 +08:00
|
|
|
moduleIds: "hashed"
|
2018-05-25 21:41:20 +08:00
|
|
|
}
|
|
|
|
};
|