reactable icon indicating copy to clipboard operation
reactable copied to clipboard

Failed to minify the code from this file

Open georgejincy opened this issue 6 years ago • 0 comments

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?

georgejincy avatar Sep 17 '18 14:09 georgejincy