webpack/test/configCases/defer-import/import-attributes/webpack.config.js

10 lines
203 B
JavaScript

"use strict";
/** @type {import("../../../../").Configuration} */
module.exports = {
target: [`async-node${process.versions.node.split(".").map(Number)[0]}`],
experiments: {
deferImport: true
}
};