webpack/test/configCases/defaulter/immutable-config/webpack.config.js

6 lines
158 B
JavaScript

/** @type {import("../../../../").Configuration} */
module.exports = {
resolve: Object.freeze({})
// this fails to compile when the object is not cloned
};