I have a create-react-app project with many components and they import jquery using ES6 modules as below.
import $ from 'jquery'
The current build time is about 8 minutes and I feel it's because of jquery.
Did anyone face this before? If so what is the best way to use jquery in create-react-app