webpack/test/configCases/worker/node-worker-async-node/webpack.config.js

12 lines
200 B
JavaScript

/** @type {import("../../../../").Configuration} */
module.exports = {
target: "async-node14",
entry: "./index.js",
optimization: {
chunkIds: "named"
},
output: {
filename: "bundle.js"
}
};