简体   繁体   中英

Can I use Handsontable Pro without ejecting from create-react-app?

I'd like to use Handsontable Pro with React. Installing the official React wrapper seems to require editing webpack.config.js to work with the Pro version of the library.

This will require me to eject from create-react-app, which I don't want to do.

Is there a way around this?

One option could be to embed the scripts. If I embed the scripts directly (not ideal) do I only have to embed the Handsontable scripts and Babel/React can continue to be managed via npm and webpack?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM