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

8 lines
95 B
JavaScript
Raw Normal View History

module.exports = {
mode: "production",
node: {
__dirname: false,
__filename: false
}
};