Formlabs / hackathon-slicer

Tiny slicer for DLP-based printers
MIT License
159 stars 70 forks source link

Fix 'Can not find module JSZip' errors when bundling #1

Closed enov closed 8 years ago

enov commented 8 years ago

Replaced "JSZip" with "jszip" in app/js/slicer.js. Fixes the following error that is risen on npm start:

Cannot find module 'JSZip' from '~/hackathon-slicer/app/js'
enov commented 8 years ago

I am on Linux, btw, so I guess the error won't show up on case insensitive file system?

daniel-formlabs commented 8 years ago

Is this for @mkeeter?

mkeeter commented 8 years ago

Thanks @enov!