mirror of https://github.com/webpack/webpack.git
7 lines
74 B
JavaScript
7 lines
74 B
JavaScript
|
module.exports = {
|
||
|
node: {
|
||
|
__dirname: false,
|
||
|
__filename: false
|
||
|
}
|
||
|
};
|