You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'prototype' of undefined
at Object.inherits (utils.js:42)
at Object../node_modules/exceljs/dist/es5/utils/stream-buf.js (stream-buf.js:159)
at __webpack_require__ (bootstrap:78)
at Object../node_modules/exceljs/dist/es5/utils/zip-stream.js (zip-stream.js:19)
at __webpack_require__ (bootstrap:78)
at Object../node_modules/exceljs/dist/es5/xlsx/xlsx.js (xlsx.js:10)
at __webpack_require__ (bootstrap:78)
at Object../node_modules/exceljs/dist/es5/doc/workbook.js (workbook.js:11)
at __webpack_require__ (bootstrap:78)
at Object../node_modules/exceljs/dist/es5/exceljs.browser.js (exceljs.browser.js:8)
I'm using Angular with custom builder and extra webpack config, I added a path property to my tsconfig.json and including using import { Borders, FillPattern, Font, Workbook, Worksheet } from 'exceljs';
The text was updated successfully, but these errors were encountered:
Trace:
I'm using Angular with custom builder and extra webpack config, I added a path property to my tsconfig.json and including using
import { Borders, FillPattern, Font, Workbook, Worksheet } from 'exceljs';
The text was updated successfully, but these errors were encountered: