Enable dirname
This commit is contained in:
@ -23,5 +23,9 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
target: 'node'
|
target: 'node',
|
||||||
|
|
||||||
|
node: {
|
||||||
|
__dirname: true
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user