Konstantin Chuykov

Results 4 comments of Konstantin Chuykov

How do you think about implementing this fix https://www.npmjs.com/package/webm-duration-fix ?

> @kifuan Did you use type: 'module' in package.json Yes, I use. But when I try to use path module in vite.config.ts, I've got an error, I can't use __dirname,...

I removed type: "module" from package.json, and fixed the error. Now I can use __dirname, path, and mpa()

But, I should fixed tsconfig ``` "moduleResolution": "bundler", ``` And install `@types/node`