Ilya Strelov
Ilya Strelov
> @strelov1 how are you resolving modules in your webpack config? I replaced in this way, in my fork const XlsxStreamReaderWorkBook = require(Path.join(__dirname, 'workbook')) const XlsxStreamReaderWorkBook = require('./workbook')
@DaSpawn Thanks, but I don't use this package in browser. I build backend with webpack and use target node in webpack.config https://webpack.js.org/concepts/targets/
dnsseed.ppcall.ru
I have the same problem