linc-technologies / ember-spreadsheet-export

Addon that encapsulates ability to render a data set as either excel or csv.
MIT License
12 stars 8 forks source link

wrap addon in fastboot check #3

Closed ehubbell closed 3 years ago

ehubbell commented 5 years ago

The dependencies 'Filesaver' and 'xlsx' weren't compiling in Fastboot. I wrapped the app.import statements in the index.js file with fastboot checks so it only compiles those items in the browser.