-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Trace:
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';