webpack/test/configCases/async-module/issue-19803/webpack.config.js

11 lines
148 B
JavaScript

"use strict";
/** @type {import("../../../../").Configuration} */
module.exports = {
output: {
environment: {
destructuring: false
}
}
};