Using create-react-app, `npm run build` fails with this error. I tried requiring the file mentioned above such that my imports look like this: ``` import { Table, Thead, Th, Tr } from 'reactable' ```` But it fails: ``` Failed to minify the code from this file: ./node_modules/reactable/lib/reactable/table.js:103 Read more here: http://bit.ly/2tRViJ9 ``` I'm using Reactv16.5. Can the reactable be published pre-compiled?