mirror of https://github.com/webpack/webpack.git
11 lines
148 B
JavaScript
11 lines
148 B
JavaScript
|
"use strict";
|
||
|
|
||
|
/** @type {import("../../../../").Configuration} */
|
||
|
module.exports = {
|
||
|
output: {
|
||
|
environment: {
|
||
|
destructuring: false
|
||
|
}
|
||
|
}
|
||
|
};
|