webpack/test/configCases/json/tree-shaking-default/webpack.config.js

9 lines
147 B
JavaScript

/** @type {import("../../../../").Configuration} */
module.exports = {
mode: "production",
node: {
__dirname: false,
__filename: false
}
};