Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

Remove missing sourcemap url #295

Closed pdesantis closed 5 years ago

pdesantis commented 5 years ago

I get this warning when building in my TypeScript + Electron project.

WARNING in ./node_modules/officegen/lib/msexcel-builder.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find SourceMap 'msexcel-builder.js.map': Error: Can't resolve './msexcel-builder.js.map' in '<project_dir>/node_modules/officegen/lib'

No other files reference source maps, so I assume it's ok to remove this.

pdesantis commented 5 years ago

Thanks for the quick turnaround! 😀 This is a great project