Fix readme instructions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
main: './test-serializer.ts'
|
||||
main: __dirname + '/test-serializer.ts'
|
||||
},
|
||||
target: 'node',
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user