create-react-library
create-react-library copied to clipboard
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
I'm getting this error in few other places, I'm trying to move my independent core component & create one of my core component as a library. all this code within the original project

export const workFlowDefinitionsControllerApi = function(val: string) {
return axios.get(`${base_url}/api/v1/workflow/config/definition?workflowKey=${val}`, header);
};
This looks like your typescript file is loaded by something else than typescript. Could you create a working example of your project (A github for example) so that I can have a further look?