In my component I have this : import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';
Then I run npm run build >> FAIL (check the screenshot)
If I comment or remove this line //import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';
Then I run npm run build >> OK, no errors.
Why? And how to solve that? Thanks


