Enable dirname

This commit is contained in:
Dolan Miu
2017-12-29 01:45:33 +00:00
parent f7412690b6
commit 75d699f7ef

View File

@ -23,5 +23,9 @@ module.exports = {
],
},
target: 'node'
target: 'node',
node: {
__dirname: true
}
};