Open JDWong-wag opened 6 years ago
FYI - For create-react-app you might try https://github.com/timarney/react-app-rewired let's you mod the webpack config without ejecting (might do the trick).
Maybe https://github.com/metaclass-nl/switch-language-example-globalize could be interesting for this. But i did not yet look at https://github.com/timarney/react-app-rewired, thanks @timarney!
How does one use Globalize and the DateTimePicker from react-widgets with create-react-app?
From an empty project:
my package.json
my index.js
Produces the errror:
For some reason globalize will not compile, and index.js doesn't get run. Is there a fix without ejecting?