bassarisse / google-spreadsheet-to-json

Simple tool to export Google Spreadsheets to JSON files, though Node API or CLI
The Unlicense
134 stars 33 forks source link

Not working with reactjs #17

Closed dsharu closed 6 years ago

dsharu commented 6 years ago

I installed this package and upon issuing a simple import statement in my react code, it failed with bunch of compilation errors saying "You may need an appropriate loader to handle this file type"

This is my import statement. import gsjson from 'google-spreadsheet-to-json'

Any idea why?

bassarisse commented 6 years ago

Not sure about the error per se (seems to me that it is generated by Webpack), but browser environments are not supported. Sorry =/ Closing the issue as this is currently by design.