dazzle icon indicating copy to clipboard operation
dazzle copied to clipboard

create-react-app run build command

Open savaha opened this issue 5 years ago • 1 comments

Just created an app using create-react-app then tried to add dazzle to my project. Dev build works fine, but when we are creating the deployment builds running the create-react-app command "npm run build" we get an error when browsing the application. Error message shown in browser console is: "Uncaught TypeError: Super expression must either be null or a function, not undefined". Is there anyway to fix it?

2018-11-24 20_18_16-case management

savaha avatar Nov 25 '18 01:11 savaha

@savaha, see #53 for a (hopefully temporary) solution.

ramonitor avatar Dec 20 '18 14:12 ramonitor