MaxCunningham19 / legal_spellcheck

MVP Spellcheck for Legal Systems
3 stars 1 forks source link

Switch to svgr loader, require react runtime #78

Closed nassir90 closed 1 year ago

nassir90 commented 1 year ago

svgr-loader with url-loader will work fine for now for loading SVGs. Eventually all static files will be moved to /project/client/static/client/... and be served by apache.

React runtime has to be explicitly included post react 17. See here: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html.

nassir90 commented 1 year ago

Yeah, this fixes the webpack issues.